[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.49 and 1.50

version 1.49, 2015/12/04 16:41:28 version 1.50, 2016/09/12 23:31:27
Line 74 
Line 74 
 void     key_cert_copy(const Key *, Key *);  void     key_cert_copy(const Key *, Key *);
 int      key_cert_check_authority(const Key *, int, int, const char *,  int      key_cert_check_authority(const Key *, int, int, const char *,
             const char **);              const char **);
 char    *key_alg_list(int, int);  
   
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
 int      key_ec_validate_public(const EC_GROUP *, const EC_POINT *);  int      key_ec_validate_public(const EC_GROUP *, const EC_POINT *);

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