[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.9 and 1.10

version 1.9, 2017/09/12 06:32:07 version 1.10, 2018/04/10 00:10:49
Line 49 
Line 49 
 #ifndef SSHBUF_NO_DEPREACTED  #ifndef SSHBUF_NO_DEPREACTED
 /*  /*
  * NB. Please do not use sshbuf_init() in new code. Please use sshbuf_new()   * NB. Please do not use sshbuf_init() in new code. Please use sshbuf_new()
  * instead. sshbuf_init() is deprectated and will go away soon (it is   * instead. sshbuf_init() is deprecated and will go away soon (it is
  * only included to allow compat with buffer_* in OpenSSH)   * only included to allow compat with buffer_* in OpenSSH)
  */   */
 void sshbuf_init(struct sshbuf *buf);  void sshbuf_init(struct sshbuf *buf);

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