From 7fbcc2f24afa2f98151414a6bf69219c7aaabe96 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 13 Jul 2012 11:17:56 +0000 Subject: [PATCH] type --- crypto/evp/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c index 0abd3ce48d..cfd5401dbd 100644 --- a/crypto/evp/digest.c +++ b/crypto/evp/digest.c @@ -145,7 +145,7 @@ int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) { EVP_MD_CTX_clear_flags(ctx,EVP_MD_CTX_FLAG_CLEANED); -#ifdef OPENSSL_FIPS_ +#ifdef OPENSSL_FIPS /* If FIPS mode switch to approved implementation if possible */ if (FIPS_mode()) { -- 2.40.0