OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...
[openssl.git] / crypto / cast / cast.h
index e24e13309979fce491d8c9eccaf88bcceca46fac..90b45b950aa8dcbc2b2156c3523c8a337281b3d3 100644 (file)
@@ -63,7 +63,9 @@
 extern "C" {
 #endif
 
-#ifdef NO_CAST
+#include <openssl/opensslconf.h>
+
+#ifdef OPENSSL_NO_CAST
 #error CAST is disabled.
 #endif