summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_cleanup.pod
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2016-07-23 19:31:36 +0000
committercvs2svn <admin@example.com>2016-07-23 19:31:36 +0000
commit86c49b31af735796dfde37aa29473a30d36367db (patch)
treee9a354a92a348338fe2b361e2eda703cae23cfab /src/lib/libcrypto/doc/RAND_cleanup.pod
parent19d5fe348e8926bac4521c5807aa64c45b8f7a41 (diff)
downloadopenbsd-86c49b31af735796dfde37aa29473a30d36367db.tar.gz
openbsd-86c49b31af735796dfde37aa29473a30d36367db.tar.bz2
openbsd-86c49b31af735796dfde37aa29473a30d36367db.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_6_0_BASE'.OPENBSD_6_0_BASE
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_cleanup.pod')
-rw-r--r--src/lib/libcrypto/doc/RAND_cleanup.pod25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/libcrypto/doc/RAND_cleanup.pod b/src/lib/libcrypto/doc/RAND_cleanup.pod
deleted file mode 100644
index 10cb39ce7a..0000000000
--- a/src/lib/libcrypto/doc/RAND_cleanup.pod
+++ /dev/null
@@ -1,25 +0,0 @@
1=pod
2
3=head1 NAME
4
5RAND_cleanup - erase the PRNG state
6
7=head1 SYNOPSIS
8
9 #include <openssl/rand.h>
10
11 void RAND_cleanup(void);
12
13=head1 DESCRIPTION
14
15RAND_cleanup() erases the memory used by the PRNG.
16
17=head1 SEE ALSO
18
19L<rand(3)|rand(3)>
20
21=head1 HISTORY
22
23RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
24
25=cut