CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/15 09:44:39
Modified files:
lib/libssl/src/crypto/evp: evp_enc.c
Log message:
Simplify EVP_CIPHER_CTX_new() - stop pretending that EVP_CIPHER_CTX_init()
does something special... just use calloc() instead.
ok beck@ miod@
