doc: add note about the configuration option for the jitter source.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25498)
This commit is contained in:
Pauli 2024-10-02 12:11:30 +10:00
parent 4c44603d55
commit 4bdbd830ac

View File

@ -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<enable-jitter> option was added in OpenSSL 3.4.
=head1 EXAMPLES
EVP_RAND *rand;