mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
avoid dead store with test case
This commit is contained in:
@@ -16035,8 +16035,10 @@ 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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user