[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.8.2.1 and 1.8.2.2

version 1.8.2.1, 2002/03/07 17:37:46 version 1.8.2.2, 2002/06/22 07:23:17
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.8.2.1  
changed lines
  Added in v.1.8.2.2