1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

tests: remove requirement Convert::ASN1

This commit is contained in:
philsmd 2020-10-13 10:26:45 +02:00
parent fb219e0a69
commit 2a3f487d94
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
use Convert::ASN1 qw(:io);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }

View File

@ -10,7 +10,6 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
use Convert::ASN1 qw(:io);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }