diff options
author | tedu <> | 2014-04-18 13:13:50 +0000 |
---|---|---|
committer | tedu <> | 2014-04-18 13:13:50 +0000 |
commit | 8a0112534d8764e81ead87d96bc29f9f7087f881 (patch) | |
tree | 3f62b1628accfdce9ddeab64a2c1094f94641297 /src/lib/libcrypto/rand/rand.h | |
parent | c28759e489ff78d60b33248f7658689125bd0492 (diff) | |
download | openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.tar.gz openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.tar.bz2 openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.zip |
egd support is too dangerous to leave where somebody might find it.
ok deraadt.
Diffstat (limited to 'src/lib/libcrypto/rand/rand.h')
-rw-r--r-- | src/lib/libcrypto/rand/rand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index e65b4b2e35..07de8cb7c4 100644 --- a/src/lib/libcrypto/rand/rand.h +++ b/src/lib/libcrypto/rand/rand.h | |||
@@ -95,9 +95,6 @@ int RAND_load_file(const char *file,long max_bytes); | |||
95 | int RAND_write_file(const char *file); | 95 | int RAND_write_file(const char *file); |
96 | const char *RAND_file_name(char *file,size_t num); | 96 | const char *RAND_file_name(char *file,size_t num); |
97 | int RAND_status(void); | 97 | int RAND_status(void); |
98 | int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); | ||
99 | int RAND_egd(const char *path); | ||
100 | int RAND_egd_bytes(const char *path,int bytes); | ||
101 | int RAND_poll(void); | 98 | int RAND_poll(void); |
102 | 99 | ||
103 | /* BEGIN ERROR CODES */ | 100 | /* BEGIN ERROR CODES */ |