summaryrefslogtreecommitdiff
path: root/include/openssl/mdc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/mdc2.h')
-rw-r--r--include/openssl/mdc2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/mdc2.h b/include/openssl/mdc2.h
index 7efe53bc29..fc9784fa18 100644
--- a/include/openssl/mdc2.h
+++ b/include/openssl/mdc2.h
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -79,9 +78,6 @@ typedef struct mdc2_ctx_st {
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);