[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.2 and 1.3

version 1.2, 2014/12/21 22:27:55 version 1.3, 2015/01/08 10:14:08
Line 178 
Line 178 
     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,  int     sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob,
     struct sshkey **keyp, char **commentp);      struct sshkey **keyp, char **commentp);
 int     sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type,  
     const char *passphrase, struct sshkey **keyp, char **commentp);  
 int     sshkey_parse_private_fileblob(struct sshbuf *buffer,  int     sshkey_parse_private_fileblob(struct sshbuf *buffer,
     const char *passphrase, const char *filename, struct sshkey **keyp,      const char *passphrase, const char *filename, struct sshkey **keyp,
     char **commentp);      char **commentp);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3