diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/doc/RAND.pod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/RAND.pod b/src/lib/libcrypto/doc/RAND.pod index e987414477..e460c1653e 100644 --- a/src/lib/libcrypto/doc/RAND.pod +++ b/src/lib/libcrypto/doc/RAND.pod | |||
| @@ -21,8 +21,6 @@ rand - pseudo-random number generator | |||
| 21 | int RAND_write_file(const char *file); | 21 | int RAND_write_file(const char *file); |
| 22 | const char *RAND_file_name(char *file, size_t num); | 22 | const char *RAND_file_name(char *file, size_t num); |
| 23 | 23 | ||
| 24 | int RAND_egd(const char *path); | ||
| 25 | |||
| 26 | void RAND_set_rand_method(const RAND_METHOD *meth); | 24 | void RAND_set_rand_method(const RAND_METHOD *meth); |
| 27 | const RAND_METHOD *RAND_get_rand_method(void); | 25 | const RAND_METHOD *RAND_get_rand_method(void); |
| 28 | RAND_METHOD *RAND_SSLeay(void); | 26 | RAND_METHOD *RAND_SSLeay(void); |
| @@ -66,7 +64,7 @@ L<arc4random_buf(3)> random number generator. | |||
| 66 | =head1 SEE ALSO | 64 | =head1 SEE ALSO |
| 67 | 65 | ||
| 68 | L<BN_rand(3)|BN_rand(3)>, L<RAND_add(3)|RAND_add(3)>, | 66 | L<BN_rand(3)|BN_rand(3)>, L<RAND_add(3)|RAND_add(3)>, |
| 69 | L<RAND_load_file(3)|RAND_load_file(3)>, L<RAND_egd(3)|RAND_egd(3)>, | 67 | L<RAND_load_file(3)|RAND_load_file(3)>, |
| 70 | L<RAND_bytes(3)|RAND_bytes(3)>, | 68 | L<RAND_bytes(3)|RAND_bytes(3)>, |
| 71 | L<RAND_set_rand_method(3)|RAND_set_rand_method(3)>, | 69 | L<RAND_set_rand_method(3)|RAND_set_rand_method(3)>, |
| 72 | L<RAND_cleanup(3)|RAND_cleanup(3)> | 70 | L<RAND_cleanup(3)|RAND_cleanup(3)> |
