[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.8 and 1.9

version 1.8, 2016/11/25 23:22:04 version 1.9, 2017/09/12 06:32:07
Line 207 
Line 207 
 /* Another variant: "peeks" into the buffer without modifying it */  /* Another variant: "peeks" into the buffer without modifying it */
 int     sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,  int     sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
             size_t *lenp);              size_t *lenp);
   /* XXX peek_u8 / peek_u32 */
   
 /*  /*
  * Functions to extract or store SSH wire encoded bignums and elliptic   * Functions to extract or store SSH wire encoded bignums and elliptic

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9