[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.43 and 1.44

version 1.43, 2019/03/08 17:24:43 version 1.44, 2019/09/02 00:19:25
Line 1498 
Line 1498 
                 goto fail;                  goto fail;
         }          }
         if (p->nslots == 0) {          if (p->nslots == 0) {
                 error("%s: provider %s returned no slots", __func__,                  debug("%s: provider %s returned no slots", __func__,
                     provider_id);                      provider_id);
                 ret = -SSH_PKCS11_ERR_NO_SLOTS;                  ret = -SSH_PKCS11_ERR_NO_SLOTS;
                 goto fail;                  goto fail;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44