1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Remove small configuration based on RC4

This commit is contained in:
Manuel Pégourié-Gonnard
2015-03-20 17:38:56 +00:00
parent c4dfaccfa0
commit 0bf112e7dc
2 changed files with 0 additions and 42 deletions

View File

@@ -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'