Index: openssl/crypto/mdc2/mdc2.h |
=================================================================== |
--- openssl/crypto/mdc2/mdc2.h (revision 105093) |
+++ openssl/crypto/mdc2/mdc2.h (working copy) |
@@ -80,9 +80,7 @@ |
int pad_type; /* either 1 or 2, default 1 */ |
} 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); |