[BACK]Return to ssh-pkcs11.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-pkcs11.c between version 1.38 and 1.39

version 1.38, 2019/01/21 02:01:03 version 1.39, 2019/01/21 02:05:38
Line 74 
Line 74 
 {  {
         unsigned long    e;          unsigned long    e;
   
           error("%s: %s", __func__, msg);
         while ((e = ERR_get_error()) != 0)          while ((e = ERR_get_error()) != 0)
                 error("%s: %s: %.100s", __func__, msg,                  error("%s: libcrypto error: %.100s", __func__,
                     ERR_error_string(e, NULL));                      ERR_error_string(e, NULL));
 }  }
 #endif  #endif

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39