summaryrefslogtreecommitdiff
path: root/crypto/cast
diff options
context:
space:
mode:
authorlevitte <levitte>2001-03-07 10:03:47 +0000
committerlevitte <levitte>2001-03-07 10:03:47 +0000
commit5e62b5f5168360e812e10de65b0ce617c4b5c0ca (patch)
tree8773f19207e85a79d26bb3fbebfc730b4f9854c4 /crypto/cast
parent662afa2e3c3198736959ea50d81f54ba5a60ffb0 (diff)
downloadopenssl-5e62b5f5168360e812e10de65b0ce617c4b5c0ca.tar.gz
Code for better build under Darwin (MacOS X).
Submitted by Brad Dominy <jdominy@darwinuser.org>
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/cast_spd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/cast_spd.c b/crypto/cast/cast_spd.c
index 6e00b90f9..76abf50d9 100644
--- a/crypto/cast/cast_spd.c
+++ b/crypto/cast/cast_spd.c
@@ -59,7 +59,7 @@
/* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
/* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
-#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