Oops, if the target only had USE_TOD, an error message was issued...
authorRichard Levitte <levitte@openssl.org>
Thu, 21 Sep 2000 16:01:08 +0000 (16:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 21 Sep 2000 16:01:08 +0000 (16:01 +0000)
apps/speed.c

index 15c9a1fdc7afa58bfce49a9f6a704e42970ca546..627cab1d3116e1377579378e6c7365213eda32f3 100644 (file)
 #include <sys/timeb.h>
 #endif
 
 #include <sys/timeb.h>
 #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
 
 #error "It seems neither struct tms nor struct timeb is supported in this platform!"
 #endif