Make sure we get the definition of OPENSSL_NO_MD4.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:31:24 +0000 (23:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:31:24 +0000 (23:31 +0000)
crypto/evp/m_md4.c

index e19b6637546c019e87c4c3778e7f8ecc2f13b0f0..a3f6be4f3b72283de6a9c09d10ee8261aa7542d5 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_MD4
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_MD4
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>