[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.44 and 1.45

version 1.44, 2019/12/30 09:23:28 version 1.45, 2020/04/08 00:08:46
Line 253 
Line 253 
     const char *passphrase, struct sshkey **keyp, char **commentp);      const char *passphrase, struct sshkey **keyp, char **commentp);
 int     sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,  int     sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
     const char *passphrase, struct sshkey **keyp, char **commentp);      const char *passphrase, struct sshkey **keyp, char **commentp);
   int     sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
       int type, struct sshkey **pubkeyp);
   
 /* 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.44  
changed lines
  Added in v.1.45