diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:33:52 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 10:33:52 +0000 |
commit | 47e4728265eb421f358a2ae755f537f33d44fe21 (patch) | |
tree | f58d121a3841e7bb23e045fd4bcf192d5154b509 /lib/libcrypto/Symbols.list | |
parent | e7fcb6d73cf91ed68692017d346ab3ad55f8e820 (diff) |
Remove X509_ALGOR_set_md()
One of those void APIs that are super hard to use safely since they can
fail but can't communicate failure. Nothing uses this. Internal uses have
been converted to error checked X509_ALGOR_set_evp_md().
ok jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 715999858e7..f27d1fbffd9 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -2540,7 +2540,6 @@ X509_ALGOR_get0 X509_ALGOR_it X509_ALGOR_new X509_ALGOR_set0 -X509_ALGOR_set_md X509_ATTRIBUTE_count X509_ATTRIBUTE_create X509_ATTRIBUTE_create_by_NID |