summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/cipher-listings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cipher-listings.sh b/tests/cipher-listings.sh
index eb0e330b16..f5fcbbbc7b 100755
--- a/tests/cipher-listings.sh
+++ b/tests/cipher-listings.sh
@@ -50,7 +50,7 @@ check()
prio=$2
name=$1
echo checking $prio
- "${CLI}" --list --priority $prio|grep -v ^Certificate|grep -v ^Ciphers|grep -v ^MACs|grep -v ^Key|grep -v Compression|grep -v ^Elliptic|sed -e 's/\tSSL3.0$//g' -e 's/\tTLS1.0$//g'|grep -v ^PK>$TMPFILE
+ "${CLI}" --list --priority $prio|grep -v ^Certificate|grep -v ^Ciphers|grep -v ^MACs|grep -v ^Key|grep -v Compression|grep -v ^Groups|grep -v ^Elliptic|sed -e 's/\tSSL3.0$//g' -e 's/\tTLS1.0$//g'|grep -v ^PK>$TMPFILE
cat ${srcdir}/data/listings-$name|sed 's/\tSSL3.0$//g' >$TMPFILE2
${DIFF} ${TMPFILE} ${TMPFILE2}
if test $? != 0;then