Put the first stage of my bignum debugging adventures into CVS. This code
[openssl.git] / crypto / bn / expspeed.c
index 91dc7ff9a7c7c4f85f1d8593a7fd2b9b2f30f0cd..07a1bcf51cfcfccd896304272370d15b5d4da4e3 100644 (file)
@@ -97,7 +97,7 @@ static void genprime_cb(int p, int n, void *arg);
 #include <openssl/err.h>
 #include <openssl/rand.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