We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78fb5f commit 0640b2eCopy full SHA for 0640b2e
1 file changed
tests/api/test_dh.c
@@ -84,7 +84,7 @@ int test_wc_DhAgree_subgroup_check(void)
84
{
85
EXPECT_DECLS;
86
#if !defined(NO_DH) && !defined(WOLFSSL_SP_MATH) && !defined(HAVE_SELFTEST) && \
87
- (!defined(HAVE_FIPS) || FIPS_VERSION3_GT(7,0,0)
+ (!defined(HAVE_FIPS) || FIPS_VERSION3_GT(7,0,0))
88
DhKey key;
89
WC_RNG rng;
90
byte agree[64];
0 commit comments