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
commit567937f0a266480c702bf4a223805fb66b99fc37 (patch)
tree1f5e1a8c04786d64759fed9d810d805ff607f9ae /src/lib/libcrypto/Makefile
parent86a42c7a4efeefbbee301583a417e1b99bbda38d (diff)
downloadopenbsd-567937f0a266480c702bf4a223805fb66b99fc37.tar.gz
openbsd-567937f0a266480c702bf4a223805fb66b99fc37.tar.bz2
openbsd-567937f0a266480c702bf4a223805fb66b99fc37.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