[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.42 and 1.43

version 1.42, 2014/06/24 01:13:21 version 1.43, 2014/12/04 20:47:36
Line 106 
Line 106 
 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 **);  Key     *key_load_private_pem(int, int, const char *, char **);
 int      key_perm_ok(int, const char *);  int      key_perm_ok(int, const char *);
 int      key_in_file(Key *, const char *, int);  
   
 #endif  #endif

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43