From: Tobias Nießen Date: Wed, 6 Oct 2021 00:01:42 +0000 (+0200) Subject: Fix heading in random generator man7 page X-Git-Tag: openssl-3.2.0-alpha1~3489 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c75a7387d940468a530ee7470e0afce30f5a227;p=thirdparty%2Fopenssl.git Fix heading in random generator man7 page Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16753) --- diff --git a/doc/man7/RAND.pod b/doc/man7/RAND.pod index 39a7bcc81e2..c4a630856c5 100644 --- a/doc/man7/RAND.pod +++ b/doc/man7/RAND.pod @@ -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.