diff options
Diffstat (limited to 'src/crypto/random.h')
-rw-r--r-- | src/crypto/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/random.h b/src/crypto/random.h index 322b5bad1..b0d2303b6 100644 --- a/src/crypto/random.h +++ b/src/crypto/random.h @@ -32,4 +32,4 @@ #include <stddef.h> -void generate_random_bytes(size_t n, void *result); +void generate_random_bytes_not_thread_safe(size_t n, void *result); |