diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c index f29d592e0fbcd..0235786273d90 100644 --- a/crypto/evp/evp_lib.c +++ b/crypto/evp/evp_lib.c @@ -321,6 +321,11 @@ int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) return NID_des_cfb64; + case NID_enull_hmac_sha256: + return NID_enull_hmac_sha256; + case NID_enull_hmac_sha384: + return NID_enull_hmac_sha384; + default: #ifdef FIPS_MODULE return NID_undef;