diff options
| author | tb <> | 2024-03-02 09:59:56 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:59:56 +0000 |
| commit | 1894c9da2aed32c69be2c297ff92c86f701c6ddd (patch) | |
| tree | 3bac4f586b59cda46c422cf24178c46aac6c47a5 /src/lib/libcrypto/Symbols.list | |
| parent | 4083c1a64fc21730cb59ac92344eaeeda5fd688b (diff) | |
| download | openbsd-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.list | 13 |
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 | |||
| 1264 | EVP_MD_do_all | 1264 | EVP_MD_do_all |
| 1265 | EVP_MD_do_all_sorted | 1265 | EVP_MD_do_all_sorted |
| 1266 | EVP_MD_flags | 1266 | EVP_MD_flags |
| 1267 | EVP_MD_meth_dup | ||
| 1268 | EVP_MD_meth_free | ||
| 1269 | EVP_MD_meth_new | ||
| 1270 | EVP_MD_meth_set_app_datasize | ||
| 1271 | EVP_MD_meth_set_cleanup | ||
| 1272 | EVP_MD_meth_set_copy | ||
| 1273 | EVP_MD_meth_set_ctrl | ||
| 1274 | EVP_MD_meth_set_final | ||
| 1275 | EVP_MD_meth_set_flags | ||
| 1276 | EVP_MD_meth_set_init | ||
| 1277 | EVP_MD_meth_set_input_blocksize | ||
| 1278 | EVP_MD_meth_set_result_size | ||
| 1279 | EVP_MD_meth_set_update | ||
| 1280 | EVP_MD_pkey_type | 1267 | EVP_MD_pkey_type |
| 1281 | EVP_MD_size | 1268 | EVP_MD_size |
| 1282 | EVP_MD_type | 1269 | EVP_MD_type |
