evp/m_sha3.c: wire SHA3 to rsaEncryption.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2017-09-10 21:42:43 +02:00
parent b290bac182
commit c1ea747792

View File

@ -139,9 +139,9 @@ const EVP_MD *EVP_sha3_##bitlen(void) \
{ \
static const EVP_MD sha3_##bitlen##_md = { \
NID_sha3_##bitlen, \
0, \
NID_RSA_SHA3_##bitlen, \
bitlen / 8, \
0, \
EVP_MD_FLAG_DIGALGID_ABSENT, \
sha3_init, \
sha3_update, \
sha3_final, \