Fixed a bug where oclHashcat rejected to load a rule which calls 15 functions although it is supported

This commit is contained in:
Jens Steube
2015-12-13 14:54:39 +01:00
parent 1537390fae
commit f230ed73dc
7 changed files with 23 additions and 12 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ typedef struct
typedef struct
{
uint cmds[15];
uint cmds[16];
} gpu_rule_t;