summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/rand.h
diff options
context:
space:
mode:
authortedu <>2014-04-18 13:13:50 +0000
committertedu <>2014-04-18 13:13:50 +0000
commit8a0112534d8764e81ead87d96bc29f9f7087f881 (patch)
tree3f62b1628accfdce9ddeab64a2c1094f94641297 /src/lib/libcrypto/rand/rand.h
parentc28759e489ff78d60b33248f7658689125bd0492 (diff)
downloadopenbsd-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.h3
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);
95int RAND_write_file(const char *file); 95int RAND_write_file(const char *file);
96const char *RAND_file_name(char *file,size_t num); 96const char *RAND_file_name(char *file,size_t num);
97int RAND_status(void); 97int RAND_status(void);
98int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
99int RAND_egd(const char *path);
100int RAND_egd_bytes(const char *path,int bytes);
101int RAND_poll(void); 98int RAND_poll(void);
102 99
103/* BEGIN ERROR CODES */ 100/* BEGIN ERROR CODES */