CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/03/02 03:33:51

Modified files:
        lib/libcrypto  : Symbols.list 
        lib/libcrypto/asn1: x_algor.c 
        lib/libcrypto/x509: x509.h 

Log message:
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

Reply via email to