mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* modulus size in bytes */
|
/* modulus size in bytes */
|
||||||
|
Reference in New Issue
Block a user