summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-08-24 19:50:21 +1000
committerPauli <paul.dale@oracle.com>2019-09-06 19:27:57 +1000
commitfe6ec26b204a056aee2a24b79df09a45b2308603 (patch)
treefea222bd1d12549e182affc31b79cf4647b955fd /crypto/err
parent37ed62107112d95f7b7c9bf75602a6ac40883a89 (diff)
Cleanse KDF error files
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9662)
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c1
-rw-r--r--crypto/err/err_all.c1
2 files changed, 0 insertions, 2 deletions
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 <openssl/cmperr.h>
#include <openssl/cterr.h>
#include <openssl/asyncerr.h>
-#include <openssl/kdferr.h>
#include <openssl/storeerr.h>
#include <openssl/esserr.h>
#include "internal/propertyerr.h"