Fix heading in random generator man7 page

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16753)
This commit is contained in:
Tobias Nießen 2021-10-06 02:01:42 +02:00 committed by Pauli
parent 18e0c544b0
commit 0c75a7387d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ only in exceptional cases and is not recommended, unless you have a profound
knowledge of cryptographic principles and understand the implications of your
changes.
=head1 DEAFULT SETUP
=head1 DEFAULT SETUP
The default OpenSSL RAND method is based on the EVP_RAND deterministic random
bit generator (DRBG) classes.