From 17cde5f8ef81e7f62fbd024234f174d4f776017c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= <mpg@elzevir.fr>
Date: Thu, 22 May 2014 14:42:39 +0200
Subject: [PATCH] Fix ssl-opt.sh for new ciphersuites order

---
 tests/ssl-opt.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 27718e859..94b6400aa 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -984,12 +984,12 @@ fi
 # Tests for keyUsage in leaf certificates, part 1:
 # server-side certificate/suite selection
 
-run_test    "keyUsage srv #1 (RSA, digitalSignature -> ECDHE-RSA)" \
+run_test    "keyUsage srv #1 (RSA, digitalSignature -> (EC)DHE-RSA)" \
             "$P_SRV key_file=data_files/server2.key \
              crt_file=data_files/server2.ku-ds.crt" \
             "$P_CLI" \
             0 \
-            -c "Ciphersuite is TLS-ECDHE-RSA-WITH-"
+            -c "Ciphersuite is TLS-[EC]*DHE-RSA-WITH-"
 
 
 run_test    "keyUsage srv #2 (RSA, keyEncipherment -> RSA)" \