remove unused old directory crypto/rijndael (superseded by crypto/aes)
[openssl.git] / crypto / bf / bf_opts.c
index 99df5c303ee233a49494e1de61e1126953c47ae2..171dada2cabb1eb468dfb99359fa7214bc8bca90 100644 (file)
@@ -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