Skip to content
Snippets Groups Projects
Commit 41f531ce authored by Matt Johnston's avatar Matt Johnston
Browse files

quieten the compiler

--HG--
branch : ecc
parent b46d4666
No related merge requests found
...@@ -217,7 +217,8 @@ int main(int argc, char ** argv) { ...@@ -217,7 +217,8 @@ int main(int argc, char ** argv) {
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
#endif #endif
// pass. ecdsa handles checks itself default:
(void)0; /* quiet, compiler. ecdsa handles checks itself */
} }
switch (keytype) { switch (keytype) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment