diff options
author | tb <> | 2023-06-11 05:35:43 +0000 |
---|---|---|
committer | tb <> | 2023-06-11 05:35:43 +0000 |
commit | 52c7413490876d8fe7446a40eec79f0a1a74ffc7 (patch) | |
tree | 239565950f7a608fd134cd15de2937288ff47e77 /src/lib/libcrypto/err | |
parent | eb0246e144fe40ea036a24f84618aff44aeec499 (diff) | |
download | openbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.tar.gz openbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.tar.bz2 openbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.zip |
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 'src/lib/libcrypto/err')
-rw-r--r-- | src/lib/libcrypto/err/err_all.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/err/err_all.c b/src/lib/libcrypto/err/err_all.c index 74d39d3074..9a46e93c24 100644 --- a/src/lib/libcrypto/err/err_all.c +++ b/src/lib/libcrypto/err/err_all.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: err_all.c,v 1.27 2022/05/07 17:20:41 tb Exp $ */ | 1 | /* $OpenBSD: err_all.c,v 1.28 2023/06/11 05:35:43 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -123,9 +123,6 @@ ERR_load_crypto_strings_internal(void) | |||
123 | #ifndef OPENSSL_NO_CMS | 123 | #ifndef OPENSSL_NO_CMS |
124 | ERR_load_CMS_strings(); | 124 | ERR_load_CMS_strings(); |
125 | #endif | 125 | #endif |
126 | #ifdef ZLIB | ||
127 | ERR_load_COMP_strings(); | ||
128 | #endif | ||
129 | ERR_load_CONF_strings(); | 126 | ERR_load_CONF_strings(); |
130 | ERR_load_CRYPTO_strings(); | 127 | ERR_load_CRYPTO_strings(); |
131 | #ifndef OPENSSL_NO_CT | 128 | #ifndef OPENSSL_NO_CT |