mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
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:
parent
edb5dd56fc
commit
e8c7febc8f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user