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

Diff for /src/usr.bin/ssh/krl.h between version 1.7 and 1.8

version 1.7, 2019/06/21 04:21:04 version 1.8, 2020/04/03 02:26:56
Line 61 
Line 61 
     const struct sshkey **sign_ca_keys, size_t nsign_ca_keys);      const struct sshkey **sign_ca_keys, size_t nsign_ca_keys);
 int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);  int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);
 int ssh_krl_file_contains_key(const char *path, const struct sshkey *key);  int ssh_krl_file_contains_key(const char *path, const struct sshkey *key);
   int krl_dump(struct ssh_krl *krl, FILE *f);
   
 #endif /* _KRL_H */  #endif /* _KRL_H */
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8