]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: fix typo in CRNG test documentation.
authorPauli <ppzgs1@gmail.com>
Wed, 25 Sep 2024 00:03:42 +0000 (10:03 +1000)
committerPauli <ppzgs1@gmail.com>
Mon, 30 Sep 2024 07:57:18 +0000 (17:57 +1000)
To match changes in #25526

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25536)

doc/man7/EVP_RAND-CRNG-TEST.pod

index 943ec049bc8aa138b6293c8037b1c0e2793d65cb..e586d6fb5ea675eae9a03637b817469a9d2b764f 100644 (file)
@@ -6,7 +6,7 @@ EVP_RAND-CRNG-TEST - The FIPS health testing EVP_RAND filter
 
 =head1 DESCRIPTION
 
-This B<EVP_RAND> object acts a filter between the entropy source
+This B<EVP_RAND> object acts as a filter between the entropy source
 and its users.  It performs CRNG health tests as defined in
 L<SP 800-90B|https://csrc.nist.gov/pubs/sp/800/90/b/final> Section 4 "Health
 Tests".  Most requests are forwarded to the entropy source, either via
@@ -58,7 +58,7 @@ L<EVP_RAND(3)>, L<OSSL_PROVIDER-FIPS(7)>
 
 =head1 HISTORY
 
-This functionality was added in OpenSSL 3.5.
+This functionality was added in OpenSSL 3.4.
 
 =head1 COPYRIGHT