summaryrefslogtreecommitdiff
path: root/regress/cert-hostkey.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/cert-hostkey.sh')
-rw-r--r--regress/cert-hostkey.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh
index 7461beca6..1ae5d0bda 100644
--- a/regress/cert-hostkey.sh
+++ b/regress/cert-hostkey.sh
@@ -5,8 +5,7 @@ tid="certified host keys"
5 5
6# used to disable ECC based tests on platforms without ECC 6# used to disable ECC based tests on platforms without ECC
7ecdsa="" 7ecdsa=""
8if grep "#define.*OPENSSL_HAS_ECC" ${BUILDDIR}/config.h >/dev/null 2>&1 8if "$TEST_SSH_ECC" = "yes"; then
9then
10 ecdsa=ecdsa 9 ecdsa=ecdsa
11fi 10fi
12 11