quieten the compiler

--HG--
branch : ecc
This commit is contained in:
Matt Johnston 2013-05-09 23:27:23 +08:00
parent b46d46667f
commit 41f531ceaf

View File

@ -217,7 +217,8 @@ int main(int argc, char ** argv) {
exit(EXIT_FAILURE);
}
#endif
// pass. ecdsa handles checks itself
default:
(void)0; /* quiet, compiler. ecdsa handles checks itself */
}
switch (keytype) {