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

version 1.49, 2021/01/26 00:49:30 version 1.50, 2021/07/23 03:37:52
Line 190 
Line 190 
 int      sshkey_drop_cert(struct sshkey *);  int      sshkey_drop_cert(struct sshkey *);
 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,  int      sshkey_cert_check_authority(const struct sshkey *, int, int, int,
       uint64_t, const char *, const char **);
   int      sshkey_cert_check_authority_now(const struct sshkey *, int, int, int,
     const char *, const char **);      const char *, const char **);
 int      sshkey_cert_check_host(const struct sshkey *, const char *,  int      sshkey_cert_check_host(const struct sshkey *, const char *,
     int , const char *, const char **);      int , const char *, const char **);

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