From 945510c296b6c4f610d4c04b422ef9a7504a8255 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 12 Jul 2024 09:16:36 +0100 Subject: [PATCH] Fix a copy & paste error in the EVP_RAND docs The "max_request" string is defined via the OSSL_RAND_PARAM_MAX_REQUEST macro. --- doc/man3/EVP_RAND.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod index 0c79c57b81ef8..fb6b98e264149 100644 --- a/doc/man3/EVP_RAND.pod +++ b/doc/man3/EVP_RAND.pod @@ -285,7 +285,7 @@ associated RAND ctx. Reads or set the number of elapsed seconds before reseeding the associated RAND ctx. -=item "max_request" (B) +=item "max_request" (B) Specifies the maximum number of bytes that can be generated in a single call to OSSL_FUNC_rand_generate.