Fix errors and make recommended changes, set pw_max to 9 for opti kernel
This commit is contained in:
@@ -10,7 +10,7 @@ use warnings;
|
||||
|
||||
use Digest::SHA qw (sha1_hex);
|
||||
|
||||
sub module_constraints { [[0, 256], [40, 40], [0, 29], [40, 40], [-1, -1]] }
|
||||
sub module_constraints { [[0, 256], [40, 40], [0, 9], [40, 40], [-1, -1]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user