[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.36 and 1.37

version 1.36, 2013/04/19 01:06:50 version 1.37, 2013/05/19 02:42:42
Line 89 
Line 89 
 Key             *key_demote(const Key *);  Key             *key_demote(const Key *);
 int              key_equal_public(const Key *, const Key *);  int              key_equal_public(const Key *, const Key *);
 int              key_equal(const Key *, const Key *);  int              key_equal(const Key *, const Key *);
 char            *key_fingerprint(Key *, enum fp_type, enum fp_rep);  char            *key_fingerprint(const Key *, enum fp_type, enum fp_rep);
 u_char          *key_fingerprint_raw(const Key *, enum fp_type, u_int *);  u_char          *key_fingerprint_raw(const Key *, enum fp_type, u_int *);
 const char      *key_type(const Key *);  const char      *key_type(const Key *);
 const char      *key_cert_type(const Key *);  const char      *key_cert_type(const Key *);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37