Skip to content

Commit

Permalink
Fix a minor typo in the documentation of RAND_set_seed_source_type()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Jul 11, 2024
1 parent 0016337 commit ad0c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/RAND_set_DRBG_type.pod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private random instances.
RAND_set_seed_source_type() specifies the seed source that will be used
within the library context I<ctx>. The seed source of name I<seed>
with properties I<propq> will be fetched and used to seed the primary
random big generator.
random bit generator.

=head1 RETURN VALUES

Expand Down

0 comments on commit ad0c148

Please sign in to comment.