aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-06-20 18:22:51 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-06-20 18:22:51 +0000
commit407adb5b171773396018fb1695918efb974774cf (patch)
tree7617269bd2ca4bffb208b7796382f65624bac71f /apps/s_time.c
parentda0616cd135a110e99b19f2288a00e8841e6ce59 (diff)
downloadopenssl-407adb5b171773396018fb1695918efb974774cf.tar.gz
This apparently fixes compilation on OSX that was failing in 0.9.7 betas.
Submitted by: Pieter Bowman <bowman@math.utah.edu>
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 2fb853d071..f62f78f191 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -85,7 +85,7 @@
#include OPENSSL_UNISTD
#endif
-#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VXWORKS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
+#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VXWORKS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
#define TIMES
#endif