Make sure we get the definition of OPENSSL_NO_IDEA.
[openssl.git] / crypto / evp / e_idea.c
index b9efa75ae7c84b40a63e32b0d1b528ca92ae5411..48c33a774a5bac989a18921ef85a82f4c97fb4e2 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_IDEA
-
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_IDEA
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include "evp_locl.h"