[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.5.2.3 and 1.5.2.4

version 1.5.2.3, 2001/03/21 19:46:25 version 1.5.2.4, 2001/05/07 21:09:30
Line 67 
Line 67 
 Key     *key_from_blob(char *blob, int blen);  Key     *key_from_blob(char *blob, int blen);
 int     key_to_blob(Key *key, u_char **blobp, u_int *lenp);  int     key_to_blob(Key *key, u_char **blobp, u_int *lenp);
 char    *key_ssh_name(Key *k);  char    *key_ssh_name(Key *k);
   int     key_names_valid2(const char *names);
   
 int  int
 key_sign(  key_sign(

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4