Merge branch 'master' into python3_unit_tests

This commit is contained in:
Jens Steube
2020-08-27 09:35:23 +02:00
committed by GitHub
6 changed files with 10 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ use strict;
use warnings;
use Crypt::CBC;
use Crypt::DES_EDE3;
use Digest::MD5 qw (md5);
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }