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