diff options
| author | cvs2svn <admin@example.com> | 2015-08-02 21:54:23 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2015-08-02 21:54:23 +0000 |
| commit | 67fcb4ef3942fb3a0f1e18f8ebbe7464120d485a (patch) | |
| tree | 5609c82060f75c53af0a7641d9b33a88574876cd /src/lib/libcrypto/doc/RAND_set_rand_method.pod | |
| parent | ed40f444ba01bcae1d8540f9c26d79537ab5baf2 (diff) | |
| download | openbsd-libressl-v2.2.2.tar.gz openbsd-libressl-v2.2.2.tar.bz2 openbsd-libressl-v2.2.2.zip | |
This commit was manufactured by cvs2git to create branch 'OPENBSD_5_8'.libressl-v2.2.2
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_set_rand_method.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/RAND_set_rand_method.pod | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/lib/libcrypto/doc/RAND_set_rand_method.pod b/src/lib/libcrypto/doc/RAND_set_rand_method.pod deleted file mode 100644 index c02068bf76..0000000000 --- a/src/lib/libcrypto/doc/RAND_set_rand_method.pod +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | =pod | ||
| 2 | |||
| 3 | =head1 NAME | ||
| 4 | |||
| 5 | RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method | ||
| 6 | |||
| 7 | =head1 SYNOPSIS | ||
| 8 | |||
| 9 | #include <openssl/rand.h> | ||
| 10 | |||
| 11 | void RAND_set_rand_method(const RAND_METHOD *meth); | ||
| 12 | |||
| 13 | const RAND_METHOD *RAND_get_rand_method(void); | ||
| 14 | |||
| 15 | RAND_METHOD *RAND_SSLeay(void); | ||
| 16 | |||
| 17 | =head1 DESCRIPTION | ||
| 18 | |||
| 19 | These functions used to allow for the random number generator functions | ||
| 20 | to be replaced by arbitrary code. | ||
| 21 | |||
| 22 | They are kept for ABI compatibility but are no longer functional, and | ||
| 23 | should not be used in new programs. | ||
| 24 | |||
| 25 | =head1 SEE ALSO | ||
| 26 | |||
| 27 | L<rand(3)|rand(3)> | ||
| 28 | |||
| 29 | =head1 HISTORY | ||
| 30 | |||
| 31 | RAND_set_rand_method(), RAND_get_rand_method() and RAND_SSLeay() are | ||
| 32 | available in all versions of OpenSSL. | ||
| 33 | |||
| 34 | In the engine version of version 0.9.6, RAND_set_rand_method() was altered to | ||
| 35 | take an ENGINE pointer as its argument. As of version 0.9.7, that has been | ||
| 36 | reverted as the ENGINE API transparently overrides RAND defaults if used, | ||
| 37 | otherwise RAND API functions work as before. RAND_set_rand_engine() was also | ||
| 38 | introduced in version 0.9.7. | ||
| 39 | |||
| 40 | =cut | ||
