Make sure we get the definition of OPENSSL_NO_CAST.
[openssl.git] / 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"