diff options
author | schwarze <> | 2016-11-03 15:48:22 +0000 |
---|---|---|
committer | schwarze <> | 2016-11-03 15:48:22 +0000 |
commit | b55a697c676bec213476fdf1525e9291c5d4aaf6 (patch) | |
tree | d168499a4dfb3fdd832a07f798870ad797dfd972 /src/lib/libcrypto/doc/RAND_cleanup.pod | |
parent | 67adc08f675407bec0b8772e99ac4b939530d7e9 (diff) | |
download | openbsd-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.pod | 25 |
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 | |||
5 | RAND_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 | |||
15 | RAND_cleanup() erases the memory used by the PRNG. | ||
16 | |||
17 | =head1 SEE ALSO | ||
18 | |||
19 | L<rand(3)|rand(3)> | ||
20 | |||
21 | =head1 HISTORY | ||
22 | |||
23 | RAND_cleanup() is available in all versions of SSLeay and OpenSSL. | ||
24 | |||
25 | =cut | ||