diff options
author | tb <> | 2024-03-02 09:18:28 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:18:28 +0000 |
commit | 0ad809a3e5e65ac5128296f24014a9b037cbed24 (patch) | |
tree | a10ae269ac1b72561a9a6dc886dfb556d16c89ba /src/lib/libcrypto/Symbols.namespace | |
parent | f827b9a95a19d381c8962caf97efb82ce0d90115 (diff) | |
download | openbsd-0ad809a3e5e65ac5128296f24014a9b037cbed24.tar.gz openbsd-0ad809a3e5e65ac5128296f24014a9b037cbed24.tar.bz2 openbsd-0ad809a3e5e65ac5128296f24014a9b037cbed24.zip |
Remove BIO_{sn,v,vsn}printf(3)
Unsued printing functionality. If something should need this we can readily
add it back.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index c35225e798..04ea27935c 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1215,9 +1215,6 @@ _libre_BIO_new_connect | |||
1215 | _libre_BIO_new_accept | 1215 | _libre_BIO_new_accept |
1216 | _libre_BIO_copy_next_retry | 1216 | _libre_BIO_copy_next_retry |
1217 | _libre_BIO_printf | 1217 | _libre_BIO_printf |
1218 | _libre_BIO_vprintf | ||
1219 | _libre_BIO_snprintf | ||
1220 | _libre_BIO_vsnprintf | ||
1221 | _libre_ERR_load_BIO_strings | 1218 | _libre_ERR_load_BIO_strings |
1222 | _libre_ASN1_item_ex_new | 1219 | _libre_ASN1_item_ex_new |
1223 | _libre_ASN1_item_ex_free | 1220 | _libre_ASN1_item_ex_free |