[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.20 and 1.21

version 1.20, 2017/06/28 01:09:22 version 1.21, 2017/07/01 13:50:45
Line 190 
Line 190 
 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);
   
   /* XXX should be internal, but used by ssh-keygen */
   int ssh_rsa_generate_additional_parameters(struct sshkey *);
   
 #ifdef SSHKEY_INTERNAL  #ifdef SSHKEY_INTERNAL
 int ssh_rsa_sign(const struct sshkey *key,  int ssh_rsa_sign(const struct sshkey *key,
     u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,      u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21