1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Merge pull request #2579 from philsmd/tests_remove_asn1_package

tests: remove requirement Convert::ASN1
This commit is contained in:
Jens Steube 2020-10-13 11:22:31 +02:00 committed by GitHub
commit 15bf8b7302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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