summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/evp/e_cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/evp/e_cast.c')
-rw-r--r--lib/libcrypto/evp/e_cast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/e_cast.c b/lib/libcrypto/evp/e_cast.c
index 3400fef187f..d77bcd9298f 100644
--- a/lib/libcrypto/evp/e_cast.c
+++ b/lib/libcrypto/evp/e_cast.c
@@ -56,10 +56,10 @@
* [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"