From cfd9b87ff4be52cb568a146606f8d240f379d55e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 14 Dec 1997 21:58:14 +0000 Subject: [PATCH] remove a warning about unused variable git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4194 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 2 ++ 1 file changed, 2 insertions(+) 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",