From: jsondevers Date: Mon, 7 Apr 2025 14:32:27 +0000 (-0700) Subject: added deprecated note to OPENSSL_instrument_bus docs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51d194483eee24df43889d019c6ebdfa1cebf5e7;p=thirdparty%2Fopenssl.git added deprecated note to OPENSSL_instrument_bus docs Reviewed-by: Saša Nedvědický Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27288) --- diff --git a/doc/man3/OPENSSL_instrument_bus.pod b/doc/man3/OPENSSL_instrument_bus.pod index c5e3d3fca41..d2f37918b63 100644 --- a/doc/man3/OPENSSL_instrument_bus.pod +++ b/doc/man3/OPENSSL_instrument_bus.pod @@ -6,6 +6,9 @@ OPENSSL_instrument_bus, OPENSSL_instrument_bus2 - instrument references to memor =head1 SYNOPSIS +The following functions have been deprecated since OpenSSL 3.6, and will +be removed in a future release. They should no longer be used. + #ifdef OPENSSL_CPUID_OBJ size_t OPENSSL_instrument_bus(unsigned int *vector, size_t num); size_t OPENSSL_instrument_bus2(unsigned int *vector, size_t num, size_t max);