From 273144fa5bdcfd3068601a095f9595b7a2a40ece Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 20 Nov 2020 13:41:46 +0100 Subject: [PATCH] Add missing ERR_load_KDF_strings(3) to util/missingcrypto111.txt as well. This partially reverts commit a308acb2c2809cb9ac30e8e987b2bdfb21f096e0. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13390) --- util/missingcrypto111.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/util/missingcrypto111.txt b/util/missingcrypto111.txt index a232ed2af0..9e945703dc 100644 --- a/util/missingcrypto111.txt +++ b/util/missingcrypto111.txt @@ -620,6 +620,7 @@ ERR_load_EC_strings(3) ERR_load_ENGINE_strings(3) ERR_load_ERR_strings(3) ERR_load_EVP_strings(3) +ERR_load_KDF_strings(3) ERR_load_OBJ_strings(3) ERR_load_OCSP_strings(3) ERR_load_OSSL_STORE_strings(3)