1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-16 01:22:06 +00:00

Revert "Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory"

This reverts commit 00758e621b.
This commit is contained in:
jsteube 2016-09-22 22:58:25 +02:00
parent 00758e621b
commit e54daa6408

View File

@ -901,8 +901,6 @@ int main (int argc, char **argv)
* merge rules or automatic rule generator
*/
printf ("%u\n", user_options->rp_files_cnt);
uint kernel_rules_cnt = 0;
kernel_rule_t *kernel_rules_buf = NULL;