[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.1 and 1.2

version 1.1, 2000/03/23 22:15:33 version 1.2, 2000/04/26 20:56:29
Line 18 
Line 18 
 int     key_equal(Key *a, Key *b);  int     key_equal(Key *a, Key *b);
 char    *key_fingerprint(Key *k);  char    *key_fingerprint(Key *k);
 int     key_write(Key *key, FILE *f);  int     key_write(Key *key, FILE *f);
 int     key_read(Key *key, unsigned int bits, char **cpp);  unsigned int
   key_read(Key *key, char **cpp);
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2