mirror of https://github.com/openssl/openssl.git
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)
(cherry picked from commit e8c7febc8f)
This commit is contained in:
parent
66cbca4370
commit
6b35dc227a
|
|
@ -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