=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- src/usr.bin/ssh/packet.h 2019/01/19 21:33:14 1.88 +++ src/usr.bin/ssh/packet.h 2019/01/21 09:54:11 1.89 @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.88 2019/01/19 21:33:14 djm Exp $ */ +/* $OpenBSD: packet.h,v 1.89 2019/01/21 09:54:11 djm Exp $ */ /* * Author: Tatu Ylonen @@ -186,7 +186,7 @@ int sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp); int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp); int sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g); -int sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v); +int sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp); int sshpkt_get_end(struct ssh *ssh); void sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l); const u_char *sshpkt_ptr(struct ssh *, size_t *lenp);