silence warning for unreachable statement from some compilers.

This commit is contained in:
Aaron Jense
2018-08-17 15:13:06 -06:00
parent ff635d5b2b
commit 79590f3310

View File

@ -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 */