[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.5 and 1.6

version 1.5, 2015/01/26 02:59:11 version 1.6, 2015/05/21 04:55:51
Line 157 
Line 157 
 int      sshkey_fromb(struct sshbuf *, struct sshkey **);  int      sshkey_fromb(struct sshbuf *, struct sshkey **);
 int      sshkey_froms(struct sshbuf *, struct sshkey **);  int      sshkey_froms(struct sshbuf *, struct sshkey **);
 int      sshkey_to_blob(const struct sshkey *, u_char **, size_t *);  int      sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
   int      sshkey_to_base64(const struct sshkey *, char **);
 int      sshkey_putb(const struct sshkey *, struct sshbuf *);  int      sshkey_putb(const struct sshkey *, struct sshbuf *);
 int      sshkey_puts(const struct sshkey *, struct sshbuf *);  int      sshkey_puts(const struct sshkey *, struct sshbuf *);
 int      sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *);  int      sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6