diff options
Diffstat (limited to 'crypto/mdc2/mdc2.h')
-rw-r--r-- | crypto/mdc2/mdc2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/mdc2/mdc2.h b/crypto/mdc2/mdc2.h index 7e13541..f3e8e57 100644 --- a/crypto/mdc2/mdc2.h +++ b/crypto/mdc2/mdc2.h @@ -80,6 +80,7 @@ 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 |