[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.47 and 1.48

version 1.47, 2020/01/25 00:03:36 version 1.48, 2020/03/06 18:14:13
Line 1602 
Line 1602 
         }          }
         if (handle)          if (handle)
                 dlclose(handle);                  dlclose(handle);
           if (ret > 0)
                   ret = -1;
         return (ret);          return (ret);
 }  }
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48