[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.48 and 1.49

version 1.48, 2015/07/03 03:43:18 version 1.49, 2015/12/04 16:41:28
Line 84 
Line 84 
 Key     *key_from_blob(const u_char *, u_int);  Key     *key_from_blob(const u_char *, u_int);
 int      key_to_blob(const Key *, u_char **, u_int *);  int      key_to_blob(const Key *, u_char **, u_int *);
   
 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 *);
 int      key_verify(const Key *, const u_char *, u_int, const u_char *, u_int);  int      key_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
   
 void     key_private_serialize(const Key *, struct sshbuf *);  void     key_private_serialize(const Key *, struct sshbuf *);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49