CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/05/29 02:47:56

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

Log message:
Add missing NULL checks for calls to ssl_replace_hash(). This function
calls EVP_MD_CTX_create(), which will return NULL if it fails to allocate
memory.

ok miod@

Reply via email to