[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.25 and 1.26

version 1.25, 2017/05/31 09:15:42 version 1.26, 2018/02/07 02:06:51
Line 521 
Line 521 
                             == NULL) {                              == NULL) {
                                 error("RSAPublicKey_dup");                                  error("RSAPublicKey_dup");
                         }                          }
                         if (x509)                          X509_free(x509);
                                 X509_free(x509);  
                 }                  }
                 if (rsa && rsa->n && rsa->e &&                  if (rsa && rsa->n && rsa->e &&
                     pkcs11_rsa_wrap(p, slotidx, &attribs[0], rsa) == 0) {                      pkcs11_rsa_wrap(p, slotidx, &attribs[0], rsa) == 0) {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26