From: Richard Levitte Date: Thu, 21 Sep 2000 16:01:08 +0000 (+0000) Subject: Oops, if the target only had USE_TOD, an error message was issued... X-Git-Tag: OpenSSL-engine-0_9_6~2^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cbb729fdc59d314d9f593f88a38f7667247b799;p=oweals%2Fopenssl.git Oops, if the target only had USE_TOD, an error message was issued... --- diff --git a/apps/speed.c b/apps/speed.c index 15c9a1fdc7..627cab1d31 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -115,7 +115,7 @@ #include #endif -#if !defined(TIMES) && !defined(TIMEB) +#if !defined(TIMES) && !defined(TIMEB) && !defined(USE_TOD) #error "It seems neither struct tms nor struct timeb is supported in this platform!" #endif