[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.20 and 1.21

version 1.20, 2020/03/13 03:17:07 version 1.21, 2020/04/26 09:38:14
Line 145 
Line 145 
 /*  /*
  * Reserve len bytes in buf.   * Reserve len bytes in buf.
  * Returns 0 on success and a pointer to the first reserved byte via the   * Returns 0 on success and a pointer to the first reserved byte via the
  * optional dpp parameter or a negative * SSH_ERR_* error code on failure.   * optional dpp parameter or a negative SSH_ERR_* error code on failure.
  */   */
 int     sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);  int     sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);
   

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