[BACK]Return to sshbuf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshbuf.h between version 1.21 and 1.22

version 1.21, 2020/04/26 09:38:14 version 1.22, 2020/06/05 03:24:36
Line 243 
Line 243 
 int     sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);  int     sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
   
 /* Dump the contents of the buffer in a human-readable format */  /* Dump the contents of the buffer in a human-readable format */
 void    sshbuf_dump(struct sshbuf *buf, FILE *f);  void    sshbuf_dump(const struct sshbuf *buf, FILE *f);
   
 /* Dump specified memory in a human-readable format */  /* Dump specified memory in a human-readable format */
 void    sshbuf_dump_data(const void *s, size_t len, FILE *f);  void    sshbuf_dump_data(const void *s, size_t len, FILE *f);

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