summaryrefslogtreecommitdiff
path: root/dropbearkey.c
diff options
context:
space:
mode:
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) {