Make RAND_DRBG fork-safe
[openssl.git] / crypto / include / internal / rand_int.h
index 30887c4a7cbff0f799618bdce7ec24fdd95100e4..90b00946a8302150bc272530c66f371aba7bd951 100644 (file)
@@ -18,3 +18,4 @@
 #include <openssl/rand.h>
 
 void rand_cleanup_int(void);
+void rand_fork(void);