diff options
author | tb <> | 2023-07-28 09:42:44 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:42:44 +0000 |
commit | 52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45 (patch) | |
tree | 1f5e1a8c04786d64759fed9d810d805ff607f9ae /src/lib/libcrypto/Makefile | |
parent | 9c5ea71bae1a127e105ddfec83aabaa35ad748d2 (diff) | |
download | openbsd-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/Makefile | 8 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -249,12 +249,6 @@ SRCS+= cms_pwri.c | |||
249 | SRCS+= cms_sd.c | 249 | SRCS+= cms_sd.c |
250 | SRCS+= cms_smime.c | 250 | SRCS+= cms_smime.c |
251 | 251 | ||
252 | # comp/ | ||
253 | SRCS+= c_rle.c | ||
254 | SRCS+= c_zlib.c | ||
255 | SRCS+= comp_err.c | ||
256 | SRCS+= comp_lib.c | ||
257 | |||
258 | # conf/ | 252 | # conf/ |
259 | SRCS+= conf_api.c | 253 | SRCS+= conf_api.c |
260 | SRCS+= conf_def.c | 254 | SRCS+= conf_def.c |