CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/02/06 19:06:51
Modified files:
usr.bin/ssh : cipher.c dh.c kex.c kexdhc.c kexdhs.c
kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c
ssh-dss.c ssh-ecdsa.c ssh-pkcs11.c sshkey.c
Log message:
Remove all guards for calls to OpenSSL free functions - all of these
functions handle NULL, from at least OpenSSL 1.0.1g onwards.
Prompted by dtucker@ asking about guards for RSA_free(), when looking at
openssh-portable pr#84 on github.
ok deraadt@ dtucker@