From: Matt Caswell Date: Fri, 12 Jul 2024 08:16:36 +0000 (+0100) Subject: Fix a copy & paste error in the EVP_RAND docs X-Git-Tag: openssl-3.4.0-alpha1~342 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c6975bd44dce4bb342b7bc130de5aaefbe2c35b;p=thirdparty%2Fopenssl.git Fix a copy & paste error in the EVP_RAND docs The "max_request" string is defined via the OSSL_RAND_PARAM_MAX_REQUEST macro. Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/24863) --- diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod index 0c79c57b81e..fb6b98e2641 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.