X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fm_mdc2.c;h=2c7f1ae515a809051a000f85759b2c2c5851e8df;hp=2e5962860e35f89457ed770c65d4f0dc5509f7bb;hb=d02f751ce1d13183a0c0e5528ec89f76587ed989;hpb=79df9d62721467927c81f1fa91568340e873ee9c diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c index 2e5962860e..2c7f1ae515 100644 --- a/crypto/evp/m_mdc2.c +++ b/crypto/evp/m_mdc2.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_MDC2 #include #include "cryptlib.h" #include @@ -79,3 +80,4 @@ EVP_MD *EVP_mdc2(void) { return(&mdc2_md); } +#endif