From 20ed0f7e6dbec915eb021d74ac56641dafbfe6d5 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 19 Dec 2013 17:45:11 +0100 Subject: [PATCH] Fixed compat.sh arguments line in test-ref-configs.pl --- tests/scripts/test-ref-configs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl index e7eb4ceb2..80602498c 100755 --- a/tests/scripts/test-ref-configs.pl +++ b/tests/scripts/test-ref-configs.pl @@ -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'", );