aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/egd/es_egd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/egd/es_egd.h')
-rw-r--r--src/entropy/egd/es_egd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/egd/es_egd.h b/src/entropy/egd/es_egd.h
index defe88a54..02c52b9a3 100644
--- a/src/entropy/egd/es_egd.h
+++ b/src/entropy/egd/es_egd.h
@@ -33,7 +33,7 @@ class EGD_EntropySource : public EntropySource
EGD_Socket(const std::string& path);
void close();
- u32bit read(byte outbuf[], u32bit length);
+ size_t read(byte outbuf[], size_t length);
private:
static int open_socket(const std::string& path);