summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_mdc2.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:31:44 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:31:44 +0000
commitcd6ab56da0213d2a241e07fa67b07f257322d2e0 (patch)
treee866dfd12bbfe954a127b8aba1196c730d649b0d /crypto/evp/m_mdc2.c
parentc988c9b839bb0109b996eb47b0bb75347ea74d45 (diff)
Make sure we get the definition of OPENSSL_NO_MDC2.
Diffstat (limited to 'crypto/evp/m_mdc2.c')
-rw-r--r--crypto/evp/m_mdc2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 9f6467c931..58df547e0c 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -56,9 +56,11 @@
* [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>