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/Symbols.namespace | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/libcrypto/Symbols.namespace') diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 9dd16a93f2..57727a186e 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace @@ -1864,14 +1864,6 @@ _libre__CONF_add_string _libre__CONF_get_string _libre__CONF_new_data _libre__CONF_free_data -_libre_COMP_CTX_new -_libre_COMP_CTX_free -_libre_COMP_compress_block -_libre_COMP_expand_block -_libre_COMP_rle -_libre_COMP_zlib -_libre_COMP_zlib_cleanup -_libre_ERR_load_COMP_strings _libre_CMS_ContentInfo_new _libre_CMS_ContentInfo_free _libre_d2i_CMS_ContentInfo -- cgit v1.2.3-55-g6feb