mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
type
This commit is contained in:
parent
e4be79a383
commit
7fbcc2f24a
@ -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 New Issue
Block a user