CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/05/29 08:43:33

Modified files:
        lib/libssl/src/ssl: ssl_lib.c 

Log message:
When you have functions that perform specific functions, use them.

EVP_CIPHER_CTX_free() does a NULL check, then calls EVP_CIPHER_CTX_cleanup()
and frees the memory. COMP_CTX_free() also had its own NULL check, so there
is no point in duplicating that here.

ok beck@

Reply via email to