Skip to content

Commit

Permalink
Code auto-formatting
Browse files Browse the repository at this point in the history
Signed-off-by: sscg CI <github-actions@github.com>
  • Loading branch information
sscg CI committed Feb 9, 2022
1 parent 8621735 commit 4ee3cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dhparams.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ is_valid_named_group (const char *group_name)
i++;
}

/* Check non-FIPS groups */
/* Check non-FIPS groups */
#if OPENSSL_VERSION_NUMBER < 0x30000000L
if (!FIPS_mode ())
#else
if (!EVP_default_properties_is_fips_enabled(NULL))
if (!EVP_default_properties_is_fips_enabled (NULL))
#endif
{
i = 0;
Expand Down

0 comments on commit 4ee3cd3

Please sign in to comment.