diff --git a/lib/des/rand-egd.c b/lib/des/rand-egd.c index 5c516d275..7a94ff794 100644 --- a/lib/des/rand-egd.c +++ b/lib/des/rand-egd.c @@ -150,7 +150,7 @@ egd_seed(const void *indata, int size) close(fd); } -int +static int get_bytes(const char *path, unsigned char *outdata, int size) { size_t len;