Fixed compat.sh arguments line in test-ref-configs.pl

This commit is contained in:
Paul Bakker 2013-12-19 17:45:11 +01:00
parent a5320904bf
commit 20ed0f7e6d

View File

@ -11,7 +11,7 @@ use strict;
my %configs = (
'config-psk-rc4-tls1_0.h' => "-m tls1 -f 'PSK.*RC4'",
'config-mini-tls1_1.h'
=> "-m tls1_1 -f '^DES-CBC3-SHA\$\|^TLS_RSA_WITH_3DES_EDE_CBC_SHA\$'",
=> '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
'config-suite-b.h' => "-m tls1_2 -f 'ECDSA.*GCM'",
);