diff options
Diffstat (limited to 'src/entropy/dev_random/dev_random.h')
-rw-r--r-- | src/entropy/dev_random/dev_random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/dev_random/dev_random.h b/src/entropy/dev_random/dev_random.h index e20e74300..171adcc76 100644 --- a/src/entropy/dev_random/dev_random.h +++ b/src/entropy/dev_random/dev_random.h @@ -41,7 +41,7 @@ class Device_EntropySource : public EntropySource void close(); - u32bit get(byte out[], u32bit length, u32bit ms_wait_time); + size_t get(byte out[], size_t length, size_t ms_wait_time); static fd_type open(const std::string& pathname); private: |