summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bnspeed.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-07 10:04:00 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-07 10:04:00 +0000
commit70d70a3c81c7affbda6b626ff49097aa1714298c (patch)
treeb9bdbed59aab51d6455fd89f6fb95f8ceee8c355 /crypto/bn/bnspeed.c
parentf1f25544e04ccf917a697b188a70ada5b09fc1a3 (diff)
Code for better build under Darwin (MacOS X).
Submitted by Brad Dominy <jdominy@darwinuser.org>
Diffstat (limited to 'crypto/bn/bnspeed.c')
-rw-r--r--crypto/bn/bnspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bnspeed.c b/crypto/bn/bnspeed.c
index 2c81667154..b554ac8cf8 100644
--- a/crypto/bn/bnspeed.c
+++ b/crypto/bn/bnspeed.c
@@ -71,7 +71,7 @@
#include <openssl/crypto.h>
#include <openssl/err.h>
-#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
+#if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
#define TIMES
#endif