]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/RAND_cleanup.pod
Fix typo in documents
[thirdparty/openssl.git] / doc / man3 / RAND_cleanup.pod
index 90395d22a0e0c6da50526e591bfad3e88af906aa..34b0ae0761b0287125c518f51f76e21f58042e48 100644 (file)
@@ -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