From 52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:42:44 +0000 Subject: Drop the comp module opensslfeatures.h has long defined OPENSSL_NO_COMP and the build with ZLIB was broken in openssl(1) since 2015 and in libcrypto since 2022. ZLIB was unifdefed a while ago, now we can retire the public API. The comp.h header stays devoid of code because a number of ports use it for historic reasons. ok jsing --- src/lib/libcrypto/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5018157934..abcd91d0ef 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.143 2023/07/28 09:22:26 tb Exp $ +# $OpenBSD: Makefile,v 1.144 2023/07/28 09:42:44 tb Exp $ LIB= crypto LIBREBUILD=y @@ -249,12 +249,6 @@ SRCS+= cms_pwri.c SRCS+= cms_sd.c SRCS+= cms_smime.c -# comp/ -SRCS+= c_rle.c -SRCS+= c_zlib.c -SRCS+= comp_err.c -SRCS+= comp_lib.c - # conf/ SRCS+= conf_api.c SRCS+= conf_def.c -- cgit v1.2.3-55-g6feb