using oclHashcat instead of oclHashcat64.bin also in tools/test.pl
authorphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 17:13:32 +0000 (18:13 +0100)
committerphilsmd <philsmd@hashcat.net>
Sun, 3 Jan 2016 17:13:32 +0000 (18:13 +0100)
tools/test.pl

index 3ae5ec0..96af8f8 100755 (executable)
@@ -40,7 +40,7 @@ use Net::DNS::RR::NSEC3;
 use Convert::EBCDIC qw (ascii2ebcdic);
 use Digest::SipHash qw/siphash/;
 
-my $hashcat = "./oclHashcat64.bin";
+my $hashcat = "./oclHashcat";
 
 my $MAX_LEN = 55;