aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2024-07-12 09:16:36 +0100
committerNeil Horman <nhorman@openssl.org>2024-07-15 16:50:13 -0400
commit11d11baa69a354314704942ab33a525a32e24123 (patch)
tree40fb1007db1cf1891727c6a5b71369a50276ec3b
parent841b041336fab3956f7ef6c5402406f517d836f6 (diff)
downloadopenssl-11d11baa69a354314704942ab33a525a32e24123.zip
openssl-11d11baa69a354314704942ab33a525a32e24123.tar.gz
openssl-11d11baa69a354314704942ab33a525a32e24123.tar.bz2
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 <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24863) (cherry picked from commit 5c6975bd44dce4bb342b7bc130de5aaefbe2c35b)
-rw-r--r--doc/man3/EVP_RAND.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_RAND.pod b/doc/man3/EVP_RAND.pod
index 11ea807..72a0195 100644
--- a/doc/man3/EVP_RAND.pod
+++ b/doc/man3/EVP_RAND.pod
@@ -284,7 +284,7 @@ associated RAND ctx.
Reads or set the number of elapsed seconds before reseeding the
associated RAND ctx.
-=item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
+=item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
Specifies the maximum number of bytes that can be generated in a single
call to OSSL_FUNC_rand_generate.