From: philsmd Date: Sun, 3 Jan 2016 17:13:32 +0000 (+0100) Subject: using oclHashcat instead of oclHashcat64.bin also in tools/test.pl X-Git-Tag: v3.00-beta~566^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=2d110660525e57873352c3ee5220c031c9d39ebb;p=hashcat.git using oclHashcat instead of oclHashcat64.bin also in tools/test.pl --- diff --git a/tools/test.pl b/tools/test.pl index 3ae5ec0..96af8f8 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -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;