[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.5 and 1.6

version 1.5, 2019/01/20 22:51:37 version 1.6, 2020/01/25 00:03:36
Line 24 
Line 24 
   
 int     pkcs11_init(int);  int     pkcs11_init(int);
 void    pkcs11_terminate(void);  void    pkcs11_terminate(void);
 int     pkcs11_add_provider(char *, char *, struct sshkey ***);  int     pkcs11_add_provider(char *, char *, struct sshkey ***, char ***);
 int     pkcs11_del_provider(char *);  int     pkcs11_del_provider(char *);
 #ifdef WITH_PKCS11_KEYGEN  #ifdef WITH_PKCS11_KEYGEN
 struct sshkey *  struct sshkey *

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