diff --git a/lib/des/rand.c b/lib/des/rand.c index 305c85187..be6e6f3e8 100644 --- a/lib/des/rand.c +++ b/lib/des/rand.c @@ -127,9 +127,9 @@ static int get_device_fd(int flags) { static const char *rnd_devices[] = { + "/dev/urandom", "/dev/random", "/dev/srandom", - "/dev/urandom", "/dev/arandom", NULL };