From 9112b426c8fb143790e05afbc6052f7dda8b8d0b Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 29 Nov 2016 00:07:45 +0000 Subject: No text remains from OpenSSL, so use the standard OpenBSD license. Mention the true author (Miod 2014). Merge the useless page RAND_cleanup(3) into RAND_add(3). Fix the return type of RAND_set_rand_method(3). Mention the constant return values. --- src/lib/libcrypto/man/RAND_cleanup.3 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/lib/libcrypto/man/RAND_cleanup.3 (limited to 'src/lib/libcrypto/man/RAND_cleanup.3') diff --git a/src/lib/libcrypto/man/RAND_cleanup.3 b/src/lib/libcrypto/man/RAND_cleanup.3 deleted file mode 100644 index 8c57e09fc7..0000000000 --- a/src/lib/libcrypto/man/RAND_cleanup.3 +++ /dev/null @@ -1,18 +0,0 @@ -.\" $OpenBSD: RAND_cleanup.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ -.\" -.Dd $Mdocdate: November 6 2016 $ -.Dt RAND_CLEANUP 3 -.Os -.Sh NAME -.Nm RAND_cleanup -.Nd erase the PRNG state -.Sh SYNOPSIS -.In openssl/rand.h -.Ft void -.Fn RAND_cleanup void -.Sh DESCRIPTION -.Fn RAND_cleanup -erases the memory used by the PRNG. -.Sh HISTORY -.Fn RAND_cleanup -is available in all versions of SSLeay and OpenSSL. -- cgit v1.2.3-55-g6feb