1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Update 9300 default tmto for NV

This commit is contained in:
jsteube 2015-12-31 09:32:10 +01:00
parent 31292946e2
commit 06b1a1e2ae

View File

@ -13026,7 +13026,7 @@ int main (int argc, char **argv)
}
else if (vendor_id == VENDOR_ID_NV)
{
tmto_start = 4;
tmto_start = 5;
}
}
}