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

index 9f6467c931439415774dd70f528cb34c1d528f5a..58df547e0c2b2458cf61bc157d2f0930948358e4 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_MDC2
 #include <stdio.h>
 #include "cryptlib.h"
+
+#ifndef OPENSSL_NO_MDC2
+
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>