[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.10 and 1.11

version 1.10, 2002/05/23 19:24:30 version 1.11, 2006/03/13 10:26:52
Line 21 
Line 21 
 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 **);  Key     *key_load_private_pem(int, int, const char *, char **);
   int      key_perm_ok(int, const char *);
   
 #endif  #endif

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