diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index 237fa9855..33b1154aa 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -253,9 +253,9 @@ des_rand_data(unsigned char *data, int size) { struct itimerval tv, otv; RETSIGTYPE (*osa)(int); - RETSIGTYPE (*ochld)(int); int i, j; -#ifndef HAVE_SETITIMER +#ifndef HAVE_SETITIMER + RETSIGTYPE (*ochld)(int); pid_t pid; #endif char *rnd_devices[] = {"/dev/random",