[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.23 and 1.24

version 1.23, 2019/09/03 08:30:47 version 1.24, 2020/01/02 22:38:33
Line 49 
Line 49 
 int sshkey_in_file(struct sshkey *, const char *, int, int);  int sshkey_in_file(struct sshkey *, const char *, int, int);
 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);  int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
 int sshkey_advance_past_options(char **cpp);  int sshkey_advance_past_options(char **cpp);
   int sshkey_save_public(const struct sshkey *key, const char *path,
       const char *comment);
   
 #endif  #endif

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24