aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/RAND_cleanup.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/RAND_cleanup.pod')
-rw-r--r--doc/man3/RAND_cleanup.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RAND_cleanup.pod b/doc/man3/RAND_cleanup.pod
index 90395d22a0..34b0ae0761 100644
--- a/doc/man3/RAND_cleanup.pod
+++ b/doc/man3/RAND_cleanup.pod
@@ -16,7 +16,7 @@ RAND_cleanup - erase the PRNG state
Prior to OpenSSL 1.1.0, RAND_cleanup() released all resources used by
the PRNG. As of version 1.1.0, it does nothing and should not be called,
-since since no explicit initialisation or de-initialisation is necessary. See
+since no explicit initialisation or de-initialisation is necessary. See
L<OPENSSL_init_crypto(3)>.
=head1 RETURN VALUE