From 9c58be3a22e32481a9c83f0550e1863d0f832f66 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 1 Feb 1997 20:10:20 +0000 Subject: [PATCH] cygwin32 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1207 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index 31633568f..cf337da78 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -149,7 +149,7 @@ static volatile unsigned char *gdata; /* Global data */ static volatile int igdata; /* Index into global data */ static int gsize; -#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) +#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) && !defined(__CYGWIN32__) /* Visual C++ 4.0 (Windows95/NT) */ static @@ -184,7 +184,7 @@ des_not_rand_data(unsigned char *data, int size) data[i] ^= random() % 0x100; } -#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) +#if !defined(WIN32) && !defined(__EMX__) && !defined(__OS2__) && !defined(__CYGWIN32__) #ifndef HAVE_SETITIMER static void