aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/random.h')
-rw-r--r--src/crypto/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/random.h b/src/crypto/random.h
index ccb9f4853..21a66d776 100644
--- a/src/crypto/random.h
+++ b/src/crypto/random.h
@@ -33,3 +33,4 @@
#include <stddef.h>
void generate_random_bytes_not_thread_safe(size_t n, void *result);
+void add_extra_entropy_not_thread_safe(const void *ptr, size_t bytes);