From 8a0112534d8764e81ead87d96bc29f9f7087f881 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Fri, 18 Apr 2014 13:13:50 +0000 Subject: egd support is too dangerous to leave where somebody might find it. ok deraadt. --- src/lib/libcrypto/rand/rand.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/rand/rand.h') 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); int RAND_write_file(const char *file); const char *RAND_file_name(char *file,size_t num); int RAND_status(void); -int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); -int RAND_egd(const char *path); -int RAND_egd_bytes(const char *path,int bytes); int RAND_poll(void); /* BEGIN ERROR CODES */ -- cgit v1.2.3-55-g6feb