Skip to content

Commit 0640b2e

Browse files
committed
dh tests: fix define gate.
1 parent c78fb5f commit 0640b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_dh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int test_wc_DhAgree_subgroup_check(void)
8484
{
8585
EXPECT_DECLS;
8686
#if !defined(NO_DH) && !defined(WOLFSSL_SP_MATH) && !defined(HAVE_SELFTEST) && \
87-
(!defined(HAVE_FIPS) || FIPS_VERSION3_GT(7,0,0)
87+
(!defined(HAVE_FIPS) || FIPS_VERSION3_GT(7,0,0))
8888
DhKey key;
8989
WC_RNG rng;
9090
byte agree[64];

0 commit comments

Comments
 (0)