This apparently fixes compilation on OSX that was failing in 0.9.7 betas.
authorGeoff Thorpe <geoff@openssl.org>
Thu, 20 Jun 2002 18:22:51 +0000 (18:22 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 20 Jun 2002 18:22:51 +0000 (18:22 +0000)
Submitted by: Pieter Bowman <bowman@math.utah.edu>

apps/s_time.c

index 2fb853d0719efb5c69f984a42e53fb6ecc872554..f62f78f191ffb48bdc2fda04bee22ca02e80a6a6 100644 (file)
@@ -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