type
This commit is contained in:
parent
e4be79a383
commit
7fbcc2f24a
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue