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.namespace | |
| 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.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 8 |
1 files changed, 0 insertions, 8 deletions
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 | |||
| 1864 | _libre__CONF_get_string | 1864 | _libre__CONF_get_string |
| 1865 | _libre__CONF_new_data | 1865 | _libre__CONF_new_data |
| 1866 | _libre__CONF_free_data | 1866 | _libre__CONF_free_data |
| 1867 | _libre_COMP_CTX_new | ||
| 1868 | _libre_COMP_CTX_free | ||
| 1869 | _libre_COMP_compress_block | ||
| 1870 | _libre_COMP_expand_block | ||
| 1871 | _libre_COMP_rle | ||
| 1872 | _libre_COMP_zlib | ||
| 1873 | _libre_COMP_zlib_cleanup | ||
| 1874 | _libre_ERR_load_COMP_strings | ||
| 1875 | _libre_CMS_ContentInfo_new | 1867 | _libre_CMS_ContentInfo_new |
| 1876 | _libre_CMS_ContentInfo_free | 1868 | _libre_CMS_ContentInfo_free |
| 1877 | _libre_d2i_CMS_ContentInfo | 1869 | _libre_d2i_CMS_ContentInfo |
