From 7c6a0d909abda7c854b44831ef43ebdda49ed42e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 10 Nov 2019 05:16:36 +0100 Subject: Reinstate the KDF error macros For minimum breakage with existing applications that might use them. This reverts commit fe6ec26b204a056aee2a24b79df09a45b2308603 and 37ed62107112d95f7b7c9bf75602a6ac40883a89. Fixes #10340 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10368) --- crypto/err/err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/err') diff --git a/crypto/err/err.c b/crypto/err/err.c index 28a5db8ad4..bc33a06b7e 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -70,6 +70,7 @@ static ERR_STRING_DATA ERR_str_libraries[] = { {ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"}, {ERR_PACK(ERR_LIB_CT, 0, 0), "CT routines"}, {ERR_PACK(ERR_LIB_ASYNC, 0, 0), "ASYNC routines"}, + {ERR_PACK(ERR_LIB_KDF, 0, 0), "KDF routines"}, {ERR_PACK(ERR_LIB_OSSL_STORE, 0, 0), "STORE routines"}, {ERR_PACK(ERR_LIB_SM2, 0, 0), "SM2 routines"}, {ERR_PACK(ERR_LIB_ESS, 0, 0), "ESS routines"}, -- cgit v1.2.1