diff options
| author | tb <> | 2023-07-28 09:42:44 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 09:42:44 +0000 |
| commit | 567937f0a266480c702bf4a223805fb66b99fc37 (patch) | |
| tree | 1f5e1a8c04786d64759fed9d810d805ff607f9ae /src/lib/libcrypto/Symbols.list | |
| parent | 86a42c7a4efeefbbee301583a417e1b99bbda38d (diff) | |
| download | openbsd-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/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index c16a178cf7..b6ee286c6f 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -661,13 +661,6 @@ CMS_unsigned_get_attr_by_OBJ | |||
| 661 | CMS_unsigned_get_attr_count | 661 | CMS_unsigned_get_attr_count |
| 662 | CMS_verify | 662 | CMS_verify |
| 663 | CMS_verify_receipt | 663 | CMS_verify_receipt |
| 664 | COMP_CTX_free | ||
| 665 | COMP_CTX_new | ||
| 666 | COMP_compress_block | ||
| 667 | COMP_expand_block | ||
| 668 | COMP_rle | ||
| 669 | COMP_zlib | ||
| 670 | COMP_zlib_cleanup | ||
| 671 | CONF_dump_bio | 664 | CONF_dump_bio |
| 672 | CONF_dump_fp | 665 | CONF_dump_fp |
| 673 | CONF_free | 666 | CONF_free |
| @@ -1312,7 +1305,6 @@ ERR_load_BIO_strings | |||
| 1312 | ERR_load_BN_strings | 1305 | ERR_load_BN_strings |
| 1313 | ERR_load_BUF_strings | 1306 | ERR_load_BUF_strings |
| 1314 | ERR_load_CMS_strings | 1307 | ERR_load_CMS_strings |
| 1315 | ERR_load_COMP_strings | ||
| 1316 | ERR_load_CONF_strings | 1308 | ERR_load_CONF_strings |
| 1317 | ERR_load_CRYPTO_strings | 1309 | ERR_load_CRYPTO_strings |
| 1318 | ERR_load_DH_strings | 1310 | ERR_load_DH_strings |
