diff options
author | deraadt <> | 2014-04-19 11:15:37 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-19 11:15:37 +0000 |
commit | 390a6ad86d0c194f7195536ef4f2b8f55ead29a5 (patch) | |
tree | d464d27b042de45393b9dc7d7a7501bf2c9538fa /src | |
parent | 39f58005c632334ca4cbd61a02d0582f84dce505 (diff) | |
download | openbsd-390a6ad86d0c194f7195536ef4f2b8f55ead29a5.tar.gz openbsd-390a6ad86d0c194f7195536ef4f2b8f55ead29a5.tar.bz2 openbsd-390a6ad86d0c194f7195536ef4f2b8f55ead29a5.zip |
egd is gone
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/doc/RAND.pod | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/RAND.pod | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/RAND_egd.pod | 29 |
4 files changed, 3 insertions, 38 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)> |
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 215be6ef8a..66cb3e49e1 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/04/16 12:08:46 sthen Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2014/04/19 11:15:37 deraadt Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -127,7 +127,6 @@ MAN= \ | |||
127 | RAND_add.3 \ | 127 | RAND_add.3 \ |
128 | RAND_bytes.3 \ | 128 | RAND_bytes.3 \ |
129 | RAND_cleanup.3 \ | 129 | RAND_cleanup.3 \ |
130 | RAND_egd.3 \ | ||
131 | RAND_load_file.3 \ | 130 | RAND_load_file.3 \ |
132 | RAND_set_rand_method.3 \ | 131 | RAND_set_rand_method.3 \ |
133 | RC4.3 \ | 132 | RC4.3 \ |
@@ -666,7 +665,6 @@ MLINKS+=\ | |||
666 | RAND_add.3 RAND_seed.3 \ | 665 | RAND_add.3 RAND_seed.3 \ |
667 | RAND_add.3 RAND_status.3 \ | 666 | RAND_add.3 RAND_status.3 \ |
668 | RAND_bytes.3 RAND_pseudo_bytes.3 \ | 667 | RAND_bytes.3 RAND_pseudo_bytes.3 \ |
669 | RAND_egd.3 RAND_egd_bytes.3 \ | ||
670 | RAND_load_file.3 RAND_file_name.3 \ | 668 | RAND_load_file.3 RAND_file_name.3 \ |
671 | RAND_load_file.3 RAND_write_file.3 \ | 669 | RAND_load_file.3 RAND_write_file.3 \ |
672 | RAND_set_rand_method.3 RAND_SSLeay.3 \ | 670 | RAND_set_rand_method.3 RAND_SSLeay.3 \ |
diff --git a/src/lib/libssl/src/doc/crypto/RAND.pod b/src/lib/libssl/src/doc/crypto/RAND.pod index e987414477..e460c1653e 100644 --- a/src/lib/libssl/src/doc/crypto/RAND.pod +++ b/src/lib/libssl/src/doc/crypto/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)> |
diff --git a/src/lib/libssl/src/doc/crypto/RAND_egd.pod b/src/lib/libssl/src/doc/crypto/RAND_egd.pod deleted file mode 100644 index 771f525df8..0000000000 --- a/src/lib/libssl/src/doc/crypto/RAND_egd.pod +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | =pod | ||
2 | |||
3 | =head1 NAME | ||
4 | |||
5 | RAND_egd - query entropy gathering daemon (DEPRECATED) | ||
6 | |||
7 | =head1 SYNOPSIS | ||
8 | |||
9 | #include <openssl/rand.h> | ||
10 | |||
11 | int RAND_egd(const char *path); | ||
12 | int RAND_egd_bytes(const char *path, int bytes); | ||
13 | |||
14 | int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); | ||
15 | |||
16 | =head1 DESCRIPTION | ||
17 | |||
18 | These functions used to allow for the state of the random number generator | ||
19 | to be controlled by external sources. | ||
20 | |||
21 | They are kept for ABI compatibility but are no longer functional, and | ||
22 | should not used in new programs. | ||
23 | |||
24 | =head1 SEE ALSO | ||
25 | |||
26 | L<rand(3)|rand(3)>, L<RAND_add(3)|RAND_add(3)>, | ||
27 | L<RAND_cleanup(3)|RAND_cleanup(3)> | ||
28 | |||
29 | =cut | ||