diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index 83525bd9e..4d6f4c089 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -240,7 +240,9 @@ des_rand_data(unsigned char *data, int size) RETSIGTYPE (*osa)(int); #endif int i, j; +#ifndef HAVE_SETITIMER pid_t pid; +#endif char *rnd_devices[] = {"/dev/random", "/dev/srandom", "/dev/urandom",