Merge pull request #1767 from aaronjense/dsa-unreachable-statement

silence warning for unreachable statement from some compilers.
This commit is contained in:
David Garske 2018-08-18 17:50:45 -07:00 committed by GitHub
commit a7b5ed1c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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