[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.19 and 1.20

version 1.19, 2014/07/03 23:18:35 version 1.20, 2014/12/04 02:24:32
Line 42 
Line 42 
     struct sshkey **, char **, int *);      struct sshkey **, char **, int *);
 int sshkey_load_private_pem(int, int, const char *, struct sshkey **, char **);  int sshkey_load_private_pem(int, int, const char *, struct sshkey **, char **);
 int sshkey_perm_ok(int, const char *);  int sshkey_perm_ok(int, const char *);
 int sshkey_in_file(struct sshkey *, const char *, int);  int sshkey_in_file(struct sshkey *, const char *, int, int);
   int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
   
 #endif  #endif

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20