X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fevp_err.c;h=14e5ed676423a7d71dab36d2dcf4556c0f694253;hb=f2f734d4f9e34643a1d3e5b79d2447cd643519f8;hp=07be1ab0cd35f41ee2ca4b4248d48113ea58501d;hpb=a8bf2f8f24bda57c860e4356f31264fff63fe8b9;p=oweals%2Fopenssl.git diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c index 07be1ab0cd..14e5ed6764 100644 --- a/crypto/evp/evp_err.c +++ b/crypto/evp/evp_err.c @@ -51,6 +51,8 @@ static const ERR_STRING_DATA EVP_str_functs[] = { {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_DECRYPTUPDATE, 0), "EVP_DecryptUpdate"}, {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_DIGESTFINALXOF, 0), "EVP_DigestFinalXOF"}, {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_DIGESTINIT_EX, 0), "EVP_DigestInit_ex"}, + {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_ENCRYPTDECRYPTUPDATE, 0), + "evp_EncryptDecryptUpdate"}, {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_ENCRYPTFINAL_EX, 0), "EVP_EncryptFinal_ex"}, {ERR_PACK(ERR_LIB_EVP, EVP_F_EVP_ENCRYPTUPDATE, 0), "EVP_EncryptUpdate"},