[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.10 and 1.11

version 1.10, 2018/04/10 00:10:49 version 1.11, 2018/07/09 21:56:06
Line 46 
Line 46 
         struct sshbuf *parent;  /* If child, pointer to parent */          struct sshbuf *parent;  /* If child, pointer to parent */
 };  };
   
 #ifndef SSHBUF_NO_DEPREACTED  
 /*  
  * NB. Please do not use sshbuf_init() in new code. Please use sshbuf_new()  
  * instead. sshbuf_init() is deprecated and will go away soon (it is  
  * only included to allow compat with buffer_* in OpenSSH)  
  */  
 void sshbuf_init(struct sshbuf *buf);  
 #endif  
   
 /*  /*
  * Create a new sshbuf buffer.   * Create a new sshbuf buffer.
  * Returns pointer to buffer on success, or NULL on allocation failure.   * Returns pointer to buffer on success, or NULL on allocation failure.

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