summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Symbols.list
diff options
context:
space:
mode:
authortb <>2024-03-02 09:59:56 +0000
committertb <>2024-03-02 09:59:56 +0000
commit1894c9da2aed32c69be2c297ff92c86f701c6ddd (patch)
tree3bac4f586b59cda46c422cf24178c46aac6c47a5 /src/lib/libcrypto/Symbols.list
parent4083c1a64fc21730cb59ac92344eaeeda5fd688b (diff)
downloadopenbsd-1894c9da2aed32c69be2c297ff92c86f701c6ddd.tar.gz
openbsd-1894c9da2aed32c69be2c297ff92c86f701c6ddd.tar.bz2
openbsd-1894c9da2aed32c69be2c297ff92c86f701c6ddd.zip
Remove EVP_MD_meth* again
Erlang upstream disabled the otp_test_engine for LibreSSL >= 3.5 without explanation. It was the only reason we added this garbage API in the first place. Meanwhile libfido2 started using it for a mock up of OpenSSL 3's broken fetch design with old API. This is pointless, so all this garbage goes away again (in particular we can remove the absolutely horrifying EVP_MD_meth_set_app_datasize() again). ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r--src/lib/libcrypto/Symbols.list13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index 11702722bc..94ccf0d016 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -1264,19 +1264,6 @@ EVP_MD_block_size
1264EVP_MD_do_all 1264EVP_MD_do_all
1265EVP_MD_do_all_sorted 1265EVP_MD_do_all_sorted
1266EVP_MD_flags 1266EVP_MD_flags
1267EVP_MD_meth_dup
1268EVP_MD_meth_free
1269EVP_MD_meth_new
1270EVP_MD_meth_set_app_datasize
1271EVP_MD_meth_set_cleanup
1272EVP_MD_meth_set_copy
1273EVP_MD_meth_set_ctrl
1274EVP_MD_meth_set_final
1275EVP_MD_meth_set_flags
1276EVP_MD_meth_set_init
1277EVP_MD_meth_set_input_blocksize
1278EVP_MD_meth_set_result_size
1279EVP_MD_meth_set_update
1280EVP_MD_pkey_type 1267EVP_MD_pkey_type
1281EVP_MD_size 1268EVP_MD_size
1282EVP_MD_type 1269EVP_MD_type