Convert EVP_CIPHER_meth_dup() to using calloc()
authortb <tb@openbsd.org>
Wed, 1 Mar 2023 11:27:37 +0000 (11:27 +0000)
committertb <tb@openbsd.org>
Wed, 1 Mar 2023 11:27:37 +0000 (11:27 +0000)
commitcee51a3a13d245448db7dd6b3089c5bc94db70d7
tree5e16d4905ddd81b0f8a9c1ae3a75e5f492e7e6dc
parent6a816b175e1b14127ae30df69d96ee2d64b28ed6
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
lib/libcrypto/evp/cipher_method_lib.c