ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark() Move them to their own source file, so they end up in a separate object file. This allows providers to override the
ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark() Move them to their own source file, so they end up in a separate object file. This allows providers to override their implementation to use the corresponding OSSL_FUNC upcalls without having to reimplement everything from crypto/err/err.c. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17474)
show more ...
|