mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
parent
72b28448a1
commit
7c9bd09af6
@ -133,7 +133,7 @@ static void check_signkey_bits(enum signkey_type type, int bits)
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
#if DROPEAR_DSS
|
||||
#if DROPBEAR_DSS
|
||||
case DROPBEAR_SIGNKEY_DSS:
|
||||
if (bits != 1024) {
|
||||
dropbear_exit("DSS keys have a fixed size of 1024 bits\n");
|
||||
|
Loading…
Reference in New Issue
Block a user