1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-14 17:51:05 +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 Convert::EBCDIC qw (ascii2ebcdic);
use Digest::SipHash qw/siphash/; use Digest::SipHash qw/siphash/;
my $hashcat = "./oclHashcat64.bin"; my $hashcat = "./oclHashcat";
my $MAX_LEN = 55; my $MAX_LEN = 55;