mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-13 17:21:10 +00:00
Merge pull request #48 from philsmd/pr-get-rid-of-oclHashcat64bin
using oclHashcat instead of oclHashcat64.bin also in tools/test.pl
This commit is contained in:
commit
5fb95fab4d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user