Remove commented parts -m 13400
authorFist0urs <eddy.maaalou@gmail.com>
Sat, 2 Apr 2016 13:44:41 +0000 (15:44 +0200)
committerFist0urs <eddy.maaalou@gmail.com>
Sat, 2 Apr 2016 13:44:41 +0000 (15:44 +0200)
tools/test.pl

index 70b1a27..4ff6b3a 100755 (executable)
@@ -8462,7 +8462,7 @@ sub get_random_axcrypt_salt
 
 sub get_random_keepass_salt
 {
-  my $version = 1;# get_random_num (1, 3);
+  my $version = get_random_num (1, 3);
 
   my $algorithm;
 
@@ -8472,7 +8472,7 @@ sub get_random_keepass_salt
 
   if ($version == 1)
   {
-    $algorithm = 1;#get_random_num (0, 2);
+    $algorithm = get_random_num (0, 2);
 
     $iteration = get_random_num (50000, 100000);