Fix typo in DROPEAR_DSS

Fixes #195 issue in github
This commit is contained in:
Matt Johnston 2022-11-10 10:18:19 +08:00
parent 72b28448a1
commit 7c9bd09af6

View File

@ -133,7 +133,7 @@ static void check_signkey_bits(enum signkey_type type, int bits)
} }
break; break;
#endif #endif
#if DROPEAR_DSS #if DROPBEAR_DSS
case DROPBEAR_SIGNKEY_DSS: case DROPBEAR_SIGNKEY_DSS:
if (bits != 1024) { if (bits != 1024) {
dropbear_exit("DSS keys have a fixed size of 1024 bits\n"); dropbear_exit("DSS keys have a fixed size of 1024 bits\n");