Prepare to provide the EVP_MD_meth_* API
authortb <tb@openbsd.org>
Mon, 10 Jan 2022 13:42:28 +0000 (13:42 +0000)
committertb <tb@openbsd.org>
Mon, 10 Jan 2022 13:42:28 +0000 (13:42 +0000)
commit868dc6935cad667f5a5067ab4470ffa1f2e53aa5
treedee581195a150327e17bee447d0e50e33e8ad8c6
parent4bed1871a96cf308d4c24ce4ae6053809dbfe37d
Prepare to provide the EVP_MD_meth_* API

This allows implementations to add their own EVP_MD_METHODs.
Only the setters are provided.

This is used by erlang for the otp_test_engine.

ok inoguchi jsing
lib/libcrypto/evp/evp.h
lib/libcrypto/evp/evp_lib.c