diff options
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 */ |