Prohibit use of low level digest APIs in FIPS mode.
[openssl.git] / crypto / mdc2 / mdc2.h
index 72778a521236aed7dcb4b0f7bbe7dcd68ff3e1a2..f3e8e579d2374f01743b9363444f790a6e8c2f00 100644 (file)
@@ -81,6 +81,9 @@ typedef struct mdc2_ctx_st
        } MDC2_CTX;
 
 
+#ifdef OPENSSL_FIPS
+int private_MDC2_Init(MDC2_CTX *c);
+#endif
 int MDC2_Init(MDC2_CTX *c);
 int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
 int MDC2_Final(unsigned char *md, MDC2_CTX *c);