summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-08-24 20:14:51 +1000
committerPauli <paul.dale@oracle.com>2019-09-06 19:27:57 +1000
commit59cba5ac8591dba5113fb674ad001d45450e59d1 (patch)
tree6d091b2d538ae5817be7d6a4ec1939996d29fe94 /crypto/err/err_all.c
parenta308acb2c2809cb9ac30e8e987b2bdfb21f096e0 (diff)
KDF error codes reworked
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9662)
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 347bfa0e42..972421f402 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -102,7 +102,6 @@ int err_load_crypto_strings_int(void)
ERR_load_ESS_strings() == 0 ||
ERR_load_ASYNC_strings() == 0 ||
#endif
- ERR_load_KDF_strings() == 0 ||
ERR_load_OSSL_STORE_strings() == 0 ||
ERR_load_PROP_strings() == 0 ||
ERR_load_PROV_strings() == 0)