summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-21 16:01:08 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-21 16:01:08 +0000
commit1cbb729fdc59d314d9f593f88a38f7667247b799 (patch)
tree27d7b3b60f359ad50e6422c1648ed42b66b2e02f /apps
parentd17698648803c53733700c09173b329982bd58a4 (diff)
Oops, if the target only had USE_TOD, an error message was issued...
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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 <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