Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting
authortb <tb@openbsd.org>
Fri, 3 Dec 2021 14:19:57 +0000 (14:19 +0000)
committertb <tb@openbsd.org>
Fri, 3 Dec 2021 14:19:57 +0000 (14:19 +0000)
commita0c1bd6a878ff9c7cbb79afbac55ff31d098fc58
treedb008ed285ca0c3fbc55de05e363b5667dc4b94b
parenta539240bb8a77526e19bb1a44aaeff58999fbbdb
Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting
almost all members to 0. Just set the two things that need setting.

ok jsing
lib/libcrypto/evp/pmeth_lib.c