summaryrefslogtreecommitdiffstats
path: root/crypto/tmdiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tmdiff.c')
-rw-r--r--crypto/tmdiff.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/tmdiff.c b/crypto/tmdiff.c
index 6d40bd7ef3..eccba43c0b 100644
--- a/crypto/tmdiff.c
+++ b/crypto/tmdiff.c
@@ -65,12 +65,8 @@
#undef TIMES
#endif
-#ifndef OPENSSL_SYS_MSDOS
-# ifndef OPENSSL_SYS_WIN32
-# if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
-# define TIMES
-# endif
-# endif
+#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_VMS) || defined(__DECC) && !defined(OPENSSL_SYS_MACOSX)
+# define TIMES
#endif
#ifndef _IRIX