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)
=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
=head1 HISTORY
-This functionality was added in OpenSSL 3.5.
+This functionality was added in OpenSSL 3.4.
=head1 COPYRIGHT