1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

-m 13400 add missing 'break;' statement

This commit is contained in:
Fist0urs 2016-04-03 01:50:28 +02:00
parent 496522c64a
commit a027805608

View File

@ -11473,6 +11473,7 @@ int main (int argc, char **argv)
((seven_zip_t *) hashes_buf[0].esalt)->unpack_size = 112;
break;
case 13400: ((keepass_t *) hashes_buf[0].esalt)->version = 2;
break;
}
}