summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 09:42:44 +0000
committertb <>2023-07-28 09:42:44 +0000
commit52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45 (patch)
tree1f5e1a8c04786d64759fed9d810d805ff607f9ae /src/lib/libcrypto/Makefile
parent9c5ea71bae1a127e105ddfec83aabaa35ad748d2 (diff)
downloadopenbsd-52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45.tar.gz
openbsd-52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45.tar.bz2
openbsd-52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45.zip
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
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
1 files changed, 1 insertions, 7 deletions
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 @@
1# $OpenBSD: Makefile,v 1.143 2023/07/28 09:22:26 tb Exp $ 1# $OpenBSD: Makefile,v 1.144 2023/07/28 09:42:44 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -249,12 +249,6 @@ SRCS+= cms_pwri.c
249SRCS+= cms_sd.c 249SRCS+= cms_sd.c
250SRCS+= cms_smime.c 250SRCS+= cms_smime.c
251 251
252# comp/
253SRCS+= c_rle.c
254SRCS+= c_zlib.c
255SRCS+= comp_err.c
256SRCS+= comp_lib.c
257
258# conf/ 252# conf/
259SRCS+= conf_api.c 253SRCS+= conf_api.c
260SRCS+= conf_def.c 254SRCS+= conf_def.c