forked from wolfSSL/wolfssl
Merge pull request #1767 from aaronjense/dsa-unreachable-statement
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