summaryrefslogtreecommitdiff
path: root/lib/libcrypto/err/err_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/err/err_all.c')
-rw-r--r--lib/libcrypto/err/err_all.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcrypto/err/err_all.c b/lib/libcrypto/err/err_all.c
index 74d39d3074f..9a46e93c24e 100644
--- a/lib/libcrypto/err/err_all.c
+++ b/lib/libcrypto/err/err_all.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: err_all.c,v 1.27 2022/05/07 17:20:41 tb Exp $ */
+/* $OpenBSD: err_all.c,v 1.28 2023/06/11 05:35:43 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -123,9 +123,6 @@ ERR_load_crypto_strings_internal(void)
#ifndef OPENSSL_NO_CMS
ERR_load_CMS_strings();
#endif
-#ifdef ZLIB
- ERR_load_COMP_strings();
-#endif
ERR_load_CONF_strings();
ERR_load_CRYPTO_strings();
#ifndef OPENSSL_NO_CT