Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are
[openssl.git] / crypto / rand / rand.h
index eb9c8c034de906b3a960b2aa2885e8e517b9cec8..1331db99dbfd8c5938ab1afb2410f0e68dbb53df 100644 (file)
@@ -91,6 +91,7 @@ int  RAND_load_file(const char *file,long max_bytes);
 int  RAND_write_file(const char *file);
 const char *RAND_file_name(char *file,int 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);
 void ERR_load_RAND_strings(void);