CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/01 04:27:37
Modified files:
lib/libcrypto/evp: cipher_method_lib.c
Log message:
Convert EVP_CIPHER_meth_dup() to using calloc()
There is no reason for this to call EVP_CIPHER_meth_new(), as the flags
will be copied a line later anyway. Simplify this.
Requested by jsing
