summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-10-06 02:01:42 +0200
committerPauli <pauli@openssl.org>2021-10-08 12:09:46 +1000
commit0c75a7387d940468a530ee7470e0afce30f5a227 (patch)
tree4c2ec754e7f0fc18646725ce2df6525338c95284 /doc/man7
parent18e0c544b01ed61e7eab61a6cd187c2f4eaa78bd (diff)
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)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/RAND.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/RAND.pod b/doc/man7/RAND.pod
index 39a7bcc81e..c4a630856c 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.