Remove a useless EVP_MD_CTX_init() call
authortb <tb@openbsd.org>
Fri, 9 Feb 2024 07:43:52 +0000 (07:43 +0000)
committertb <tb@openbsd.org>
Fri, 9 Feb 2024 07:43:52 +0000 (07:43 +0000)
commitaeeaa6d404f5501d00147554b3f67daf71404372
treeb10f5ddcbfdaf2121a29e92ea70543db7a21cf6c
parentedd79a0ef132fbd51e7df9fae7e84e36be5ffaf8
Remove a useless EVP_MD_CTX_init() call

The hash was just created with EVP_MD_CTX_new(), so we memset a calloced
piece of memory to 0.
lib/libcrypto/sm2/sm2_crypt.c