CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/07/28 03:42:44

Modified files:
        lib/libcrypto  : Makefile Symbols.list Symbols.namespace 
        lib/libcrypto/comp: comp.h 
Removed files:
        lib/libcrypto/comp: c_rle.c c_zlib.c comp_err.c comp_lib.c 
                            comp_local.h 
        lib/libcrypto/hidden/openssl: comp.h 

Log message:
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

Reply via email to