summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RAND_cleanup.3
diff options
context:
space:
mode:
authorschwarze <>2016-11-29 00:07:45 +0000
committerschwarze <>2016-11-29 00:07:45 +0000
commit9112b426c8fb143790e05afbc6052f7dda8b8d0b (patch)
tree420917e21fc24b43f72bccfcd8c88e108454956c /src/lib/libcrypto/man/RAND_cleanup.3
parentc56169c5e4a522309cd4a98ba22c94ad508f6c32 (diff)
downloadopenbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.tar.gz
openbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.tar.bz2
openbsd-9112b426c8fb143790e05afbc6052f7dda8b8d0b.zip
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.
Diffstat (limited to 'src/lib/libcrypto/man/RAND_cleanup.3')
-rw-r--r--src/lib/libcrypto/man/RAND_cleanup.318
1 files changed, 0 insertions, 18 deletions
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 @@
1.\" $OpenBSD: RAND_cleanup.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
4.Dt RAND_CLEANUP 3
5.Os
6.Sh NAME
7.Nm RAND_cleanup
8.Nd erase the PRNG state
9.Sh SYNOPSIS
10.In openssl/rand.h
11.Ft void
12.Fn RAND_cleanup void
13.Sh DESCRIPTION
14.Fn RAND_cleanup
15erases the memory used by the PRNG.
16.Sh HISTORY
17.Fn RAND_cleanup
18is available in all versions of SSLeay and OpenSSL.