summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_idea.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:28:55 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:28:55 +0000
commit786b0075d5c07a1211d35c2db214632901b90b5b (patch)
tree9770ff6d9c5f73e94e21c0d258eed0e6ed9f74c8 /crypto/evp/e_idea.c
parentfb10590910a801dd0a1012e9df53a069a2dbd73c (diff)
Make sure we get the definition of OPENSSL_NO_IDEA.
Diffstat (limited to 'crypto/evp/e_idea.c')
-rw-r--r--crypto/evp/e_idea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index b9efa75ae7..48c33a774a 100644
--- a/crypto/evp/e_idea.c
+++ b/crypto/evp/e_idea.c
@@ -56,10 +56,10 @@
* [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"