From: Pauli Date: Wed, 2 Oct 2024 02:11:30 +0000 (+1000) Subject: doc: add note about the configuration option for the jitter source. X-Git-Tag: openssl-3.4.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f5046f531ee48ee7bbfde5ea720b56f2cb5482;p=thirdparty%2Fopenssl.git 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) --- 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;