[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.12 and 1.13

version 1.12, 2019/01/21 09:52:25 version 1.13, 2019/01/21 09:54:11
Line 204 
Line 204 
  * Functions to extract or store SSH wire encoded bignums and elliptic   * Functions to extract or store SSH wire encoded bignums and elliptic
  * curve points.   * curve points.
  */   */
 int     sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM *v);  int     sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp);
 int     sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,  int     sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,
             const u_char **valp, size_t *lenp);              const u_char **valp, size_t *lenp);
 int     sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v);  int     sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13