[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.21 and 1.22

version 1.21, 2017/07/01 13:50:45 version 1.22, 2017/12/18 02:22:29
Line 168 
Line 168 
 int      sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *);  int      sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *);
 int      sshkey_putb_plain(const struct sshkey *, struct sshbuf *);  int      sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
   
   int      sshkey_sigtype(const u_char *, size_t, char **);
 int      sshkey_sign(const struct sshkey *, u_char **, size_t *,  int      sshkey_sign(const struct sshkey *, u_char **, size_t *,
     const u_char *, size_t, const char *, u_int);      const u_char *, size_t, const char *, u_int);
 int      sshkey_verify(const struct sshkey *, const u_char *, size_t,  int      sshkey_verify(const struct sshkey *, const u_char *, size_t,

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