Fix warnings.
[openssl.git] / crypto / rand / rand.h
index 0e149460f74ed7ae97c65eefe28fe3d83c59ac77..971880edaa2a3d46790a0461d46ff017ab696625 100644 (file)
@@ -92,6 +92,7 @@ int RAND_status(void);
 int RAND_egd(const char *path);
 int RAND_egd_bytes(const char *path,int bytes);
 void ERR_load_RAND_strings(void);
+int RAND_poll(void);
 
 #ifdef  __cplusplus
 }