[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.12 and 1.13

version 1.12, 2006/03/25 22:22:42 version 1.13, 2006/04/25 08:02:27
Line 19 
Line 19 
 Key     *key_load_public(const char *, char **);  Key     *key_load_public(const char *, char **);
 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 **, int *);
 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 *);  int      key_perm_ok(int, const char *);
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13