From: Matt Caswell Date: Thu, 11 Jul 2024 14:49:21 +0000 (+0100) Subject: Fix a minor typo in the documentation of RAND_set_seed_source_type() X-Git-Tag: openssl-3.1.7~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea592691d89fe6d08076d72ae9c839b7726a5ac0;p=thirdparty%2Fopenssl.git Fix a minor typo in the documentation of RAND_set_seed_source_type() Reviewed-by: Kurt Roeckx Reviewed-by: Tom Cosgrove Reviewed-by: Neil Horman Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/24858) (cherry picked from commit e8c7febc8f1b0ef9e5b62b0944748d2830b1a0b4) --- diff --git a/doc/man3/RAND_set_DRBG_type.pod b/doc/man3/RAND_set_DRBG_type.pod index f78c15ff45f..f9bdbf780bf 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. The seed source of name I with properties I will be fetched and used to seed the primary -random big generator. +random bit generator. =head1 RETURN VALUES