X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fevp_err.c;h=5b7b4b586c801b5ad9af532020e067f532eb3a91;hp=3f2b814f18ce343a322f9a5009b59c3ada1a9d19;hb=4dcff55c75f911ea190b57b94d9540f80a961a4f;hpb=ada7d4c345825551678972bd4b2221db2ae52fd9 diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c index 3f2b814f18..5b7b4b586c 100644 --- a/crypto/evp/evp_err.c +++ b/crypto/evp/evp_err.c @@ -114,6 +114,7 @@ static const ERR_STRING_DATA EVP_str_reasons[] = { {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_NO_KEYMGMT_PRESENT), "no keymgmt present"}, {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_NO_KEY_SET), "no key set"}, {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_NO_OPERATION_SET), "no operation set"}, + {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_NULL_MAC_PKEY_CTX), "null mac pkey ctx"}, {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_ONLY_ONESHOT_SUPPORTED), "only oneshot supported"}, {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),