From 51d194483eee24df43889d019c6ebdfa1cebf5e7 Mon Sep 17 00:00:00 2001 From: jsondevers Date: Mon, 7 Apr 2025 07:32:27 -0700 Subject: [PATCH] added deprecated note to OPENSSL_instrument_bus docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Saša Nedvědický Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27288) --- doc/man3/OPENSSL_instrument_bus.pod | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.47.2