diff options
Diffstat (limited to 'lib/nettle/egd.h')
-rw-r--r-- | lib/nettle/egd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/egd.h b/lib/nettle/egd.h index 74f3ed968b..88f605b835 100644 --- a/lib/nettle/egd.h +++ b/lib/nettle/egd.h @@ -1,2 +1,2 @@ -int _rndegd_read (int * fd, void* output, size_t length); +int _rndegd_read (int *fd, void *output, size_t length); int _rndegd_connect_socket (void); |