[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.51 and 1.52

version 1.51, 2017/05/30 14:16:41 version 1.52, 2017/12/18 02:25:15
Line 58 
Line 58 
   
 int      key_sign(const Key *, u_char **, u_int *, const u_char *, u_int,  int      key_sign(const Key *, u_char **, u_int *, const u_char *, u_int,
     const char *);      const char *);
 int      key_verify(const Key *, const u_char *, u_int, const u_char *, u_int);  
   
 /* authfile.c */  /* authfile.c */
 Key     *key_load_cert(const char *);  Key     *key_load_cert(const char *);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52