summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_cleanup.pod
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2013-02-14 15:11:45 +0000
committercvs2svn <admin@example.com>2013-02-14 15:11:45 +0000
commit6f78006c046d1db00c07d2f9ba014243246a84cc (patch)
treec1e76e693e8d7ff23b9f398e8e4b2470ff4fa565 /src/lib/libcrypto/doc/RAND_cleanup.pod
parent4383d44ca79eba8836d9f92c612c44ba8aeb87bd (diff)
downloadopenbsd-OPENBSD_5_3_BASE.tar.gz
openbsd-OPENBSD_5_3_BASE.tar.bz2
openbsd-OPENBSD_5_3_BASE.zip
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_3_BASE'.OPENBSD_5_3_BASE
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_cleanup.pod')
-rw-r--r--src/lib/libcrypto/doc/RAND_cleanup.pod29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/libcrypto/doc/RAND_cleanup.pod b/src/lib/libcrypto/doc/RAND_cleanup.pod
deleted file mode 100644
index 3a8f0749a8..0000000000
--- a/src/lib/libcrypto/doc/RAND_cleanup.pod
+++ /dev/null
@@ -1,29 +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 RETURN VALUE
18
19RAND_cleanup() returns no value.
20
21=head1 SEE ALSO
22
23L<rand(3)|rand(3)>
24
25=head1 HISTORY
26
27RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
28
29=cut