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

index 3400fef187fb46bed69df1e0f32a26164b140818..d77bcd9298f5e93b834bf9956434f17f1085d183 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_CAST
-
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_CAST
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"