[BACK]Return to ssh-pkcs11.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/ssh-pkcs11.c between version 1.14 and 1.15

version 1.14, 2018/02/05 00:13:50 version 1.15, 2018/04/06 18:59:00
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: ssh-pkcs11.c,v 1.25 2017/05/31 09:15:42 deraadt Exp $ */  /* $OpenBSD: ssh-pkcs11.c,v 1.26 2018/02/07 02:06:51 jsing Exp $ */
 /*  /*
  * Copyright (c) 2010 Markus Friedl.  All rights reserved.   * Copyright (c) 2010 Markus Friedl.  All rights reserved.
  *   *
Line 537  pkcs11_fetch_keys_filter(struct pkcs11_p
Line 537  pkcs11_fetch_keys_filter(struct pkcs11_p
                             == NULL) {                              == NULL) {
                                 error("RSAPublicKey_dup");                                  error("RSAPublicKey_dup");
                         }                          }
                         if (x509)                          X509_free(x509);
                                 X509_free(x509);  
                 }                  }
                 {                  {
                 const BIGNUM *n, *e;                  const BIGNUM *n, *e;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>