summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-19 11:15:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-04-19 11:15:38 +0000
commit56feac2c06a8a41409bd1a9e1331791ff28181b2 (patch)
tree93d1ec1fd1ca56dbd7fa94b3f796c20206d38a1f /lib
parent1cc421ffef973ca92201596fefb7a11b0dc20a20 (diff)
egd is gone
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/doc/RAND.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/doc/RAND.pod b/lib/libcrypto/doc/RAND.pod
index e987414477d..e460c1653e2 100644
--- a/lib/libcrypto/doc/RAND.pod
+++ b/lib/libcrypto/doc/RAND.pod
@@ -21,8 +21,6 @@ rand - pseudo-random number generator
int RAND_write_file(const char *file);
const char *RAND_file_name(char *file, size_t num);
- int RAND_egd(const char *path);
-
void RAND_set_rand_method(const RAND_METHOD *meth);
const RAND_METHOD *RAND_get_rand_method(void);
RAND_METHOD *RAND_SSLeay(void);
@@ -66,7 +64,7 @@ L<arc4random_buf(3)> random number generator.
=head1 SEE ALSO
L<BN_rand(3)|BN_rand(3)>, L<RAND_add(3)|RAND_add(3)>,
-L<RAND_load_file(3)|RAND_load_file(3)>, L<RAND_egd(3)|RAND_egd(3)>,
+L<RAND_load_file(3)|RAND_load_file(3)>,
L<RAND_bytes(3)|RAND_bytes(3)>,
L<RAND_set_rand_method(3)|RAND_set_rand_method(3)>,
L<RAND_cleanup(3)|RAND_cleanup(3)>