From: Pauli Date: Wed, 25 Sep 2024 00:03:42 +0000 (+1000) Subject: doc: fix typo in CRNG test documentation. X-Git-Tag: openssl-3.5.0-alpha1~1076 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d927eb295058f399bd99eb3d4dadd8532acfedd1;p=thirdparty%2Fopenssl.git doc: fix typo in CRNG test documentation. To match changes in #25526 Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25536) --- diff --git a/doc/man7/EVP_RAND-CRNG-TEST.pod b/doc/man7/EVP_RAND-CRNG-TEST.pod index 943ec049bc8..e586d6fb5ea 100644 --- a/doc/man7/EVP_RAND-CRNG-TEST.pod +++ b/doc/man7/EVP_RAND-CRNG-TEST.pod @@ -6,7 +6,7 @@ EVP_RAND-CRNG-TEST - The FIPS health testing EVP_RAND filter =head1 DESCRIPTION -This B object acts a filter between the entropy source +This B object acts as a filter between the entropy source and its users. It performs CRNG health tests as defined in L Section 4 "Health Tests". Most requests are forwarded to the entropy source, either via @@ -58,7 +58,7 @@ L, L =head1 HISTORY -This functionality was added in OpenSSL 3.5. +This functionality was added in OpenSSL 3.4. =head1 COPYRIGHT