CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/07 08:35:31
Modified files:
lib/libssl/src/ssl: s3_enc.c s3_lib.c ssl_cert.c ssl_rsa.c
Log message:
BIO_free has an implicit NULL check, so do not bother checking for NULL
before calling it.
