From 02f5046f531ee48ee7bbfde5ea720b56f2cb5482 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 2 Oct 2024 12:11:30 +1000 Subject: [PATCH] doc: add note about the configuration option for the jitter source. Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25591) --- doc/man7/EVP_RAND-JITTER.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/man7/EVP_RAND-JITTER.pod b/doc/man7/EVP_RAND-JITTER.pod index e084b24d644..0b2446a2f19 100644 --- a/doc/man7/EVP_RAND-JITTER.pod +++ b/doc/man7/EVP_RAND-JITTER.pod @@ -44,6 +44,8 @@ A context for the seed source can be obtained by calling: EVP_RAND *rand = EVP_RAND_fetch(NULL, "JITTER", NULL); EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand, NULL); +The B configuration option was added in OpenSSL 3.4. + =head1 EXAMPLES EVP_RAND *rand; -- 2.47.2