summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_bf.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:28:16 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:28:16 +0000
commitabf21308d28dc1de4b533bdecae6a7bd4143ab6c (patch)
tree53a0d8e67fb159c181d424d5fb0a08d58dd4660d /crypto/evp/e_bf.c
parent8c84b677e29487b168a700a917dcf58d377a2fba (diff)
Make sure we get the definition of OPENSSL_NO_BF.
Diffstat (limited to 'crypto/evp/e_bf.c')
-rw-r--r--crypto/evp/e_bf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index e74337567b..cc224e5363 100644
--- a/crypto/evp/e_bf.c
+++ b/crypto/evp/e_bf.c
@@ -56,9 +56,9 @@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_BF
#include <stdio.h>
#include "cryptlib.h"
+#ifndef OPENSSL_NO_BF
#include <openssl/evp.h>
#include "evp_locl.h"
#include <openssl/objects.h>