summaryrefslogtreecommitdiffstats
path: root/include/crypto/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/rand.h')
-rw-r--r--include/crypto/rand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/rand.h b/include/crypto/rand.h
index c5eef81462..a437565fe8 100644
--- a/include/crypto/rand.h
+++ b/include/crypto/rand.h
@@ -88,4 +88,9 @@ void rand_pool_cleanup(void);
*/
void rand_pool_keep_random_devices_open(int keep);
+/*
+ * Configuration
+ */
+void ossl_random_add_conf_module(void);
+
#endif