[BACK]Return to key.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/key.h between version 1.44 and 1.45

version 1.44, 2014/12/21 22:27:56 version 1.45, 2015/01/08 10:14:08
Line 104 
Line 104 
 Key     *key_load_private(const char *, const char *, char **);  Key     *key_load_private(const char *, const char *, char **);
 Key     *key_load_private_cert(int, const char *, const char *, int *);  Key     *key_load_private_cert(int, const char *, const char *, int *);
 Key     *key_load_private_type(int, const char *, const char *, char **, int *);  Key     *key_load_private_type(int, const char *, const char *, char **, int *);
 Key     *key_load_private_pem(int, int, const char *, char **);  
 int      key_perm_ok(int, const char *);  int      key_perm_ok(int, const char *);
   
 #endif  #endif

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45