[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.9 and 1.10

version 1.9, 2002/03/04 17:27:39 version 1.10, 2002/05/23 19:24:30
Line 20 
Line 20 
 Key     *key_load_public_type(int, const char *, char **);  Key     *key_load_public_type(int, const char *, char **);
 Key     *key_load_private(const char *, const char *, char **);  Key     *key_load_private(const char *, const char *, char **);
 Key     *key_load_private_type(int, const char *, const char *, char **);  Key     *key_load_private_type(int, const char *, const char *, char **);
   Key     *key_load_private_pem(int, int, const char *, char **);
   
 #endif  #endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10