summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-05-09 23:27:23 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-05-09 23:27:23 +0800
commit41f531ceafc86507c82847f44f9c9e126d798c48 (patch)
tree7e70679e9af9442bc1d21e30c1f6bbdd0709ba94 /dropbearkey.c
parentb46d46667fd1f9b93f237fc0b054425609bd717d (diff)
quieten the compiler
--HG-- branch : ecc
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index 1d3dfe7..cf7048e 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -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) {