Make sure we get the definition of OPENSSL_NO_CAST.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:20:15 +0000 (23:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:20:15 +0000 (23:20 +0000)
crypto/cast/cast.h
crypto/cast/casttest.c

index b28e4e4f3b3c969ddfc666c981f7b7b65221f575..90b45b950aa8dcbc2b2156c3523c8a337281b3d3 100644 (file)
@@ -63,6 +63,8 @@
 extern "C" {
 #endif
 
+#include <openssl/opensslconf.h>
+
 #ifdef OPENSSL_NO_CAST
 #error CAST is disabled.
 #endif
index 83e5a16c73f21c32a419fd81ddaef1b8359c7257..0d020d697596c18c758247e60de2dfe1673b49e4 100644 (file)
@@ -59,6 +59,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_CAST is defined */
 
 #include "../e_os.h"