[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.19 and 1.20

version 1.19, 2020/01/25 23:02:14 version 1.20, 2020/03/13 03:17:07
Line 192 
Line 192 
     u_char *valp);      u_char *valp);
   
 /*  /*
  * Functions to poke values into an exisiting buffer (e.g. a length header   * Functions to poke values into an existing buffer (e.g. a length header
  * to a packet). The destination bytes must already exist in the buffer.   * to a packet). The destination bytes must already exist in the buffer.
  */   */
 int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val);  int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20