aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
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/des
parentf1f25544e04ccf917a697b188a70ada5b09fc1a3 (diff)
downloadopenssl-70d70a3c81c7affbda6b626ff49097aa1714298c.tar.gz
Code for better build under Darwin (MacOS X).
Submitted by Brad Dominy <jdominy@darwinuser.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_opts.c2
-rw-r--r--crypto/des/speed.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/des_opts.c b/crypto/des/des_opts.c
index c1076757bb..b53ad3a96d 100644
--- a/crypto/des/des_opts.c
+++ b/crypto/des/des_opts.c
@@ -59,7 +59,7 @@
/* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
* This is for machines with 64k code segment size restrictions. */
-#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
diff --git a/crypto/des/speed.c b/crypto/des/speed.c
index 1c58b76d87..f211e7c3ef 100644
--- a/crypto/des/speed.c
+++ b/crypto/des/speed.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