From: Dr. Stephen Henson Date: Fri, 13 Jul 2012 11:17:56 +0000 (+0000) Subject: type X-Git-Tag: OpenSSL_1_0_2-beta1~596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fbcc2f24afa2f98151414a6bf69219c7aaabe96;p=openssl type --- 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()) {