diff options
Diffstat (limited to 'src/random.h')
-rw-r--r-- | src/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.h b/src/random.h index 76b3493c5d..8af616f8ea 100644 --- a/src/random.h +++ b/src/random.h @@ -88,7 +88,7 @@ void GetStrongRandBytes(unsigned char* buf, int num) noexcept; * * Thread-safe. */ -void RandAddPeriodic(); +void RandAddPeriodic() noexcept; /** * Fast randomness source. This is seeded once with secure random data, but |