mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Add missing break in switch
Has no effect on execution, the fallthrough does nothing Closes #208
This commit is contained in:
parent
c043efb47c
commit
39d955c49f
@ -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");
|
dropbear_exit("DSS keys have a fixed size of 1024 bits\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
(void)0; /* quiet, compiler. ecdsa handles checks itself */
|
(void)0; /* quiet, compiler. ecdsa handles checks itself */
|
||||||
|
Loading…
Reference in New Issue
Block a user