Make sure we get the definition of OPENSSL_NO_IDEA.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:28:55 +0000 (23:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:28:55 +0000 (23:28 +0000)
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"