mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
silence warning for unreachable statement from some compilers.
This commit is contained in:
@ -249,7 +249,6 @@ int wc_MakeDsaParameters(WC_RNG *rng, int modulus_size, DsaKey *dsa)
|
||||
break;
|
||||
default:
|
||||
return BAD_FUNC_ARG;
|
||||
break;
|
||||
}
|
||||
|
||||
/* modulus size in bytes */
|
||||
|
Reference in New Issue
Block a user