]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix a minor typo in the documentation of RAND_set_seed_source_type()
authorMatt Caswell <matt@openssl.org>
Thu, 11 Jul 2024 14:49:21 +0000 (15:49 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Jul 2024 16:09:13 +0000 (18:09 +0200)
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 e8c7febc8f1b0ef9e5b62b0944748d2830b1a0b4)

doc/man3/RAND_set_DRBG_type.pod

index f78c15ff45f3f8b5175184191f035135cf814b75..f9bdbf780bfaedc4e21249a7c5189939fedaf312 100644 (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