aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYanray Wang <yanray.wang@arm.com>2023-01-17 10:07:22 +0800
committerYanray Wang <yanray.wang@arm.com>2023-01-17 15:14:06 +0800
commit57ae192b13bf478922bfc0bf26c1a4012171ac20 (patch)
tree72741ce872de76b00ae8aa054b3f9337756434a0 /.travis.yml
parent20fa2ae2209a42c5dad7144deccaabdb972693f7 (diff)
downloadmbedtls-57ae192b13bf478922bfc0bf26c1a4012171ac20.zip
mbedtls-57ae192b13bf478922bfc0bf26c1a4012171ac20.tar.gz
mbedtls-57ae192b13bf478922bfc0bf26c1a4012171ac20.tar.bz2
Fix failure in Travis CI
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eaf817a..54df776 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ jobs:
- tests/scripts/test_psa_constant_names.py
- tests/ssl-opt.sh
# Modern OpenSSL does not support fixed ECDH or null ciphers.
- - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH-'
+ - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH_'
- tests/scripts/travis-log-failure.sh
# GnuTLS supports CAMELLIA but compat.sh doesn't properly enable it.
- tests/compat.sh -p GnuTLS -e 'CAMELLIA'