summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_rc5.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:29:26 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:29:26 +0000
commitf118514501c5fdd2c5b83130eba94df47c57c474 (patch)
treefcbef3843f08756304d2b9098ecf0a362de0e59f /crypto/evp/e_rc5.c
parent39c4b7092c2acb0051c57fb0f6c05490cf7274c4 (diff)
Make sure we get the definition of OPENSSL_NO_RC5.
Diffstat (limited to 'crypto/evp/e_rc5.c')
-rw-r--r--crypto/evp/e_rc5.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c
index 3c7713b181..19a10c6402 100644
--- a/crypto/evp/e_rc5.c
+++ b/crypto/evp/e_rc5.c
@@ -56,10 +56,11 @@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_RC5
-
#include <stdio.h>
#include "cryptlib.h"
+
+#ifndef OPENSSL_NO_RC5
+
#include <openssl/evp.h>
#include <openssl/objects.h>
#include "evp_locl.h"