CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/21 02:54:11
Modified files:
usr.bin/ssh : kexdhc.c kexdhs.c kexgexc.c kexgexs.c
monitor_wrap.c packet.c packet.h ssh-ecdsa.c
sshbuf-getput-crypto.c sshbuf.h sshkey.c
Log message:
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
than make the caller do it. Saves a lot of boilerplate code.
from markus@ ok djm@
