Make sure we get the definition of OPENSSL_NO_SHA.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:32:16 +0000 (23:32 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:32:16 +0000 (23:32 +0000)
crypto/evp/m_dss1.c
crypto/evp/m_sha.c
crypto/evp/m_sha1.c

index f5668ebda0a0033d2d3fd581f68dc46a236a6ce5..9a0ebe0a509b7a8920ccea9b7dc45c70cd6d8a45 100644 (file)
  * [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>
index 10697c7ed38261444f1a8e6eb91e1f76d0b347a2..a3343bb2eb8e87847089b0417429278f15bd28e3 100644 (file)
  * [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>
index d6be3502f0a2b0aa7012258a3f484533140fdb8a..838225bf842d2cda352495950c83ef817dd55d96 100644 (file)
  * [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>