1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-13 17:21:10 +00:00

using oclHashcat instead of oclHashcat64.bin also in tools/test.pl

This commit is contained in:
philsmd 2016-01-03 18:13:32 +01:00
parent f9dd03eb79
commit 2d11066052

View File

@ -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;