aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2024-07-11 15:49:21 +0100
committerTomas Mraz <tomas@openssl.org>2024-07-12 18:09:06 +0200
commit6b35dc227af5a6ba917da3e3a6a26d98cdb3591b (patch)
tree331aeee25a06a20caf54a51fb0252ed5fc6d8481
parent66cbca4370e2206335acecd304ec7fb4cd469542 (diff)
downloadopenssl-6b35dc227af5a6ba917da3e3a6a26d98cdb3591b.zip
openssl-6b35dc227af5a6ba917da3e3a6a26d98cdb3591b.tar.gz
openssl-6b35dc227af5a6ba917da3e3a6a26d98cdb3591b.tar.bz2
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 e8c7febc8f1b0ef9e5b62b0944748d2830b1a0b4)
-rw-r--r--doc/man3/RAND_set_DRBG_type.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_set_DRBG_type.pod b/doc/man3/RAND_set_DRBG_type.pod
index f78c15f..f9bdbf7 100644
--- a/doc/man3/RAND_set_DRBG_type.pod
+++ b/doc/man3/RAND_set_DRBG_type.pod
@@ -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