[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.51 and 1.52

version 1.51, 2022/01/06 22:05:42 version 1.52, 2022/09/17 10:30:45
Line 267 
Line 267 
 int     sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,  int     sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
     int type, struct sshkey **pubkeyp);      int type, struct sshkey **pubkeyp);
   
   int sshkey_check_rsa_length(const struct sshkey *, int);
 /* XXX should be internal, but used by ssh-keygen */  /* XXX should be internal, but used by ssh-keygen */
 int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);  int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52