summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/rand.h
diff options
context:
space:
mode:
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 */