summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sha1.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:32:16 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:32:16 +0000
commit69104cdf34462d4973e6bdddaf0ffb9cba041fb8 (patch)
tree0ebbc16241d4da2a39f129b4bc4624a3e54ad599 /crypto/evp/m_sha1.c
parentdfefdb41f76d842df68ee0a3e8e7d71cc79eed3f (diff)
Make sure we get the definition of OPENSSL_NO_SHA.
Diffstat (limited to 'crypto/evp/m_sha1.c')
-rw-r--r--crypto/evp/m_sha1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c
index d6be3502f0..838225bf84 100644
--- a/crypto/evp/m_sha1.c
+++ b/crypto/evp/m_sha1.c
@@ -56,9 +56,11 @@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_SHA
#include <stdio.h>
#include "cryptlib.h"
+
+#ifndef OPENSSL_NO_SHA
+
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>