mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
avoid dead store with test case
This commit is contained in:
@ -16035,7 +16035,9 @@ static int dh_generate_test(WC_RNG *rng)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
(void)rng;
|
(void)rng;
|
||||||
|
#if defined(HAVE_FIPS) || !defined(WOLFSSL_NO_DH186)
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_FIPS) && defined(WOLFSSL_NO_DH186)
|
#if !defined(HAVE_FIPS) && defined(WOLFSSL_NO_DH186)
|
||||||
|
Reference in New Issue
Block a user