Skip to content

Commit

Permalink
Fix a copy & paste error in the EVP_RAND docs
Browse files Browse the repository at this point in the history
The "max_request" string is defined via the OSSL_RAND_PARAM_MAX_REQUEST
macro.
  • Loading branch information
mattcaswell committed Jul 12, 2024
1 parent 0016337 commit 945510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/EVP_RAND.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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<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.
Expand Down

0 comments on commit 945510c

Please sign in to comment.