summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_cleanup.pod
diff options
context:
space:
mode:
authorschwarze <>2016-11-03 15:48:22 +0000
committerschwarze <>2016-11-03 15:48:22 +0000
commitb55a697c676bec213476fdf1525e9291c5d4aaf6 (patch)
treed168499a4dfb3fdd832a07f798870ad797dfd972 /src/lib/libcrypto/doc/RAND_cleanup.pod
parent67adc08f675407bec0b8772e99ac4b939530d7e9 (diff)
downloadopenbsd-b55a697c676bec213476fdf1525e9291c5d4aaf6.tar.gz
openbsd-b55a697c676bec213476fdf1525e9291c5d4aaf6.tar.bz2
openbsd-b55a697c676bec213476fdf1525e9291c5d4aaf6.zip
convert RAND manuals from pod to mdoc
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