avoid dead store with test case

This commit is contained in:
Jacob Barthelmeh
2022-05-11 11:53:17 -06:00
parent 9bf4a94796
commit 5caef7eaba

View File

@ -16035,7 +16035,9 @@ static int dh_generate_test(WC_RNG *rng)
}
#else
(void)rng;
#if defined(HAVE_FIPS) || !defined(WOLFSSL_NO_DH186)
ret = 0;
#endif
#endif
#if !defined(HAVE_FIPS) && defined(WOLFSSL_NO_DH186)