Fix a minor typo in the documentation of RAND_set_seed_source_type()

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24858)
This commit is contained in:
Matt Caswell 2024-07-11 15:49:21 +01:00 committed by Tomas Mraz
parent edb5dd56fc
commit e8c7febc8f

View File

@ -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