summaryrefslogtreecommitdiff
path: root/dropbearkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index e554e5b..bd9c6af 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -139,6 +139,7 @@ static void check_signkey_bits(enum signkey_type type, int bits)
dropbear_exit("DSS keys have a fixed size of 1024 bits\n");
exit(EXIT_FAILURE);
}
+ break;
#endif
default:
(void)0; /* quiet, compiler. ecdsa handles checks itself */