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

Diff for /src/usr.bin/ssh/ssh-pkcs11.h between version 1.6 and 1.7

version 1.6, 2020/01/25 00:03:36 version 1.7, 2023/12/18 14:46:56
Line 35 
Line 35 
             u_int32_t *);              u_int32_t *);
 #endif  #endif
   
   /* Only available in ssh-pkcs11-client.c so far */
   int pkcs11_make_cert(const struct sshkey *,
       const struct sshkey *, struct sshkey **);
 #if !defined(WITH_OPENSSL) && defined(ENABLE_PKCS11)  #if !defined(WITH_OPENSSL) && defined(ENABLE_PKCS11)
 #undef ENABLE_PKCS11  #undef ENABLE_PKCS11
 #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7