Make the public and private DRBG thread local
[openssl.git] / crypto / include / internal / rand_int.h
index 27ca703fcf6fd91ca4637deacf13cbdfc41ed193..5db2425e101d5e8b410f39769279b7acb7701d4e 100644 (file)
@@ -25,6 +25,7 @@ typedef struct rand_pool_st RAND_POOL;
 
 void rand_cleanup_int(void);
 void rand_drbg_cleanup_int(void);
+void drbg_delete_thread_state(void);
 void rand_fork(void);
 
 /* Hardware-based seeding functions. */