File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 32
32
my @low_level_modules = qw( AES ARC4 ARIA ASN1 BASE64 BIGNUM BLOWFISH
33
33
CAMELLIA CCM CHACHA20 CHACHAPOLY CMAC CTR_DRBG DES
34
34
ENTROPY GCM HKDF HMAC_DRBG MD2 MD4 MD5
35
- NET OID PADLOCK PBKDF2 PLATFORM POLY1305 RIPEMD160
35
+ OID PADLOCK PBKDF2 PLATFORM POLY1305 RIPEMD160
36
36
SHA1 SHA256 SHA512 THREADING XTEA ) ;
37
37
my @high_level_modules = qw( CIPHER DHM ECP MD
38
38
PEM PK PKCS12 PKCS5
97
97
$include_name =~ tr / A-Z/ a-z/ ;
98
98
$include_name = " " if ($include_name eq " asn1" );
99
99
100
- # Fix faulty ones
101
- $include_name = " net_sockets" if ($module_name eq " NET" );
102
-
103
100
my $found_ll = grep $_ eq $module_name , @low_level_modules ;
104
101
my $found_hl = grep $_ eq $module_name , @high_level_modules ;
105
102
if (!$found_ll && !$found_hl )
You can’t perform that action at this time.
0 commit comments