summaryrefslogtreecommitdiff
path: root/lib/libcrypto/err
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-11 05:35:44 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-11 05:35:44 +0000
commite1fa7c91d40bde709d7d0a88813065c9d1e742ed (patch)
tree9408bed8c2668f36e03393a41f344723f8caeae6 /lib/libcrypto/err
parent153ce726fa9e15a4f80350d746f660c47ca9387a (diff)
Unifdef ZLIB
This has long been unused code and compilation with -DZLIB was broken for a long time after BIO was made opaque. ok jsing
Diffstat (limited to 'lib/libcrypto/err')
-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