Remove X509_ALGOR_set_md()
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 10:33:51 +0000 (10:33 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 10:33:51 +0000 (10:33 +0000)
commit4a5e4343154e9cd368a854da8c580e0cd1fe0c6f
tree5a55af82f10a1deb33367851f1f6df8724622047
parent1891cb980d3f7581144d25e06f6b791c327f7e1d
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
lib/libcrypto/Symbols.list
lib/libcrypto/asn1/x_algor.c
lib/libcrypto/x509/x509.h