aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cast.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:28:27 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:28:27 +0000
commitfb10590910a801dd0a1012e9df53a069a2dbd73c (patch)
tree26ed82f28dc2770fac4e8b288f2289cadbef1ddd /crypto/evp/e_cast.c
parentabf21308d28dc1de4b533bdecae6a7bd4143ab6c (diff)
downloadopenssl-fb10590910a801dd0a1012e9df53a069a2dbd73c.tar.gz
Make sure we get the definition of OPENSSL_NO_CAST.
Diffstat (limited to 'crypto/evp/e_cast.c')
-rw-r--r--crypto/evp/e_cast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c
index 3400fef187..d77bcd9298 100644
--- a/crypto/evp/e_cast.c
+++ b/crypto/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"