mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Remove small configuration based on RC4
This commit is contained in:
@@ -11,8 +11,6 @@ use warnings;
|
||||
use strict;
|
||||
|
||||
my %configs = (
|
||||
'config-psk-rc4-tls1_0.h'
|
||||
=> '-m tls1 -f \'^PSK.*RC4\|TLS-PSK.*RC4\'',
|
||||
'config-mini-tls1_1.h'
|
||||
=> '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
|
||||
'config-suite-b.h'
|
||||
|
||||
Reference in New Issue
Block a user