From fe6ec26b204a056aee2a24b79df09a45b2308603 Mon Sep 17 00:00:00 2001 From: Pauli Date: Sat, 24 Aug 2019 19:50:21 +1000 Subject: Cleanse KDF error files Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9662) --- crypto/err/err.c | 1 - crypto/err/err_all.c | 1 - 2 files changed, 2 deletions(-) (limited to 'crypto/err') diff --git a/crypto/err/err.c b/crypto/err/err.c index daa4e6e419..25ab13509c 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -64,7 +64,6 @@ 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"}, diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 8962fe5cb2..347bfa0e42 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include "internal/propertyerr.h" -- cgit v1.2.3