From 52c7413490876d8fe7446a40eec79f0a1a74ffc7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 11 Jun 2023 05:35:43 +0000 Subject: 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 --- src/lib/libcrypto/err/err_all.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/err') 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 @@ -/* $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. * @@ -122,9 +122,6 @@ ERR_load_crypto_strings_internal(void) ERR_load_BUF_strings(); #ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); -#endif -#ifdef ZLIB - ERR_load_COMP_strings(); #endif ERR_load_CONF_strings(); ERR_load_CRYPTO_strings(); -- cgit v1.2.3-55-g6feb