CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/15 03:13:16
Modified files:
lib/libssl : ssl_cert.c ssl_ciphers.c ssl_lib.c
Log message:
s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is
no need to check for it. Fixes COV-165788, identified with help from Alex
Bumstead.
ok jsing@
