CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/07 08:10:35
Modified files:
lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_lib.c s3_srvr.c
ssl_cert.c
Log message:
The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have
implicit NULL checks, so there is no point ensuring that the pointer is
non-NULL before calling them.
