diff options
| author | schwarze <> | 2016-11-03 15:48:22 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-03 15:48:22 +0000 |
| commit | 85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3 (patch) | |
| tree | d168499a4dfb3fdd832a07f798870ad797dfd972 /src/lib/libcrypto/man/RAND_set_rand_method.3 | |
| parent | 87b1aadca6f5b302e140e6343c31cb406269601c (diff) | |
| download | openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.tar.gz openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.tar.bz2 openbsd-85d8ca9ecb19f3d0e39cff0dbc5cbe983af173e3.zip | |
convert RAND manuals from pod to mdoc
Diffstat (limited to 'src/lib/libcrypto/man/RAND_set_rand_method.3')
| -rw-r--r-- | src/lib/libcrypto/man/RAND_set_rand_method.3 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/lib/libcrypto/man/RAND_set_rand_method.3 b/src/lib/libcrypto/man/RAND_set_rand_method.3 new file mode 100644 index 0000000000..7efdeefd41 --- /dev/null +++ b/src/lib/libcrypto/man/RAND_set_rand_method.3 | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | .Dd $Mdocdate: November 3 2016 $ | ||
| 2 | .Dt RAND_SET_RAND_METHOD 3 | ||
| 3 | .Os | ||
| 4 | .Sh NAME | ||
| 5 | .Nm RAND_set_rand_method , | ||
| 6 | .Nm RAND_get_rand_method , | ||
| 7 | .Nm RAND_SSLeay | ||
| 8 | .Nd select RAND method | ||
| 9 | .Sh SYNOPSIS | ||
| 10 | .In openssl/rand.h | ||
| 11 | .Ft void | ||
| 12 | .Fo RAND_set_rand_method | ||
| 13 | .Fa "const RAND_METHOD *meth" | ||
| 14 | .Fc | ||
| 15 | .Ft const RAND_METHOD * | ||
| 16 | .Fn RAND_get_rand_method void | ||
| 17 | .Ft RAND_METHOD * | ||
| 18 | .Fn RAND_SSLeay void | ||
| 19 | .Sh DESCRIPTION | ||
| 20 | These functions used to allow for the random number generator functions | ||
| 21 | to be replaced by arbitrary code. | ||
| 22 | .Pp | ||
| 23 | They are kept for ABI compatibility but are no longer functional, and | ||
| 24 | should not be used in new programs. | ||
| 25 | .Sh HISTORY | ||
| 26 | .Fn RAND_set_rand_method , | ||
| 27 | .Fn RAND_get_rand_method , | ||
| 28 | and | ||
| 29 | .Fn RAND_SSLeay | ||
| 30 | are available in all versions of OpenSSL. | ||
