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

Diff for /src/usr.bin/ssh/authfile.h between version 1.21 and 1.22

version 1.21, 2015/01/08 10:14:08 version 1.22, 2019/08/05 11:50:33
Line 40 
Line 40 
 int sshkey_load_public(const char *, struct sshkey **, char **);  int sshkey_load_public(const char *, struct sshkey **, char **);
 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);  int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
 int sshkey_load_private_cert(int, const char *, const char *,  int sshkey_load_private_cert(int, const char *, const char *,
     struct sshkey **, int *);      struct sshkey **);
 int sshkey_load_private_type(int, const char *, const char *,  int sshkey_load_private_type(int, const char *, const char *,
     struct sshkey **, char **, int *);      struct sshkey **, char **);
 int sshkey_load_private_type_fd(int fd, int type, const char *passphrase,  int sshkey_load_private_type_fd(int fd, int type, const char *passphrase,
     struct sshkey **keyp, char **commentp);      struct sshkey **keyp, char **commentp);
 int sshkey_perm_ok(int, const char *);  int sshkey_perm_ok(int, const char *);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22