[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.16 and 1.17

version 1.16, 2017/04/30 23:18:44 version 1.17, 2017/05/03 21:08:09
Line 178 
Line 178 
 int     sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,  int     sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
     const char *passphrase, const char *comment,      const char *passphrase, const char *comment,
     int force_new_format, const char *new_format_cipher, int new_format_rounds);      int force_new_format, const char *new_format_cipher, int new_format_rounds);
 int     sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob,  
     struct sshkey **keyp, char **commentp);  
 int     sshkey_parse_private_fileblob(struct sshbuf *buffer,  int     sshkey_parse_private_fileblob(struct sshbuf *buffer,
     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,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17