[BACK]Return to sshkey.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshkey.h between version 1.12 and 1.13

version 1.12, 2015/12/04 16:41:28 version 1.13, 2016/05/02 09:36:42
Line 131 
Line 131 
 int      sshkey_type_plain(int);  int      sshkey_type_plain(int);
 int      sshkey_to_certified(struct sshkey *);  int      sshkey_to_certified(struct sshkey *);
 int      sshkey_drop_cert(struct sshkey *);  int      sshkey_drop_cert(struct sshkey *);
 int      sshkey_certify(struct sshkey *, struct sshkey *);  int      sshkey_certify(struct sshkey *, struct sshkey *, const char *);
 int      sshkey_cert_copy(const struct sshkey *, struct sshkey *);  int      sshkey_cert_copy(const struct sshkey *, struct sshkey *);
 int      sshkey_cert_check_authority(const struct sshkey *, int, int,  int      sshkey_cert_check_authority(const struct sshkey *, int, int,
     const char *, const char **);      const char *, const char **);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13