Message digest stuff.
[openssl.git] / crypto / evp / m_mdc2.c
index 2e5962860e35f89457ed770c65d4f0dc5509f7bb..2c7f1ae515a809051a000f85759b2c2c5851e8df 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_MDC2
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -79,3 +80,4 @@ EVP_MD *EVP_mdc2(void)
        {
        return(&mdc2_md);
        }
        {
        return(&mdc2_md);
        }
+#endif