summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2011-01-13 22:36:14 -0800
committerTim Rice <tim@multitalents.net>2011-01-13 22:36:14 -0800
commitc5c346b101fbd0399d11c88d9e204ac475596117 (patch)
treedb48231a7c8bbcf4bd715b4fc6a84e003193b27a
parent02d99da9760bc17ee383b7fffcd539b1731e3da5 (diff)
- (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some
ecdsa bits.
-rw-r--r--ChangeLog2
-rw-r--r--regress/cert-hostkey.sh8
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c43b045..32ae1437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
comment so that the Makefile.in is still a syntactically valid Makefile
(useful to run the distprep target)
- (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
+ - (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some
+ ecdsa bits.
20110213
- (djm) [misc.c] include time.h for nanosleep() prototype
diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh
index 6ccf54cc..3b147b9f 100644
--- a/regress/cert-hostkey.sh
+++ b/regress/cert-hostkey.sh
@@ -72,9 +72,11 @@ done
echon '@revoked '
echon "* "
cat $OBJ/cert_host_key_rsa.pub
- echon '@revoked '
- echon "* "
- cat $OBJ/cert_host_key_ecdsa.pub
+ if test "x$TEST_SSH_ECC" = "xyes"; then
+ echon '@revoked '
+ echon "* "
+ cat $OBJ/cert_host_key_ecdsa.pub
+ fi
echon '@revoked '
echon "* "
cat $OBJ/cert_host_key_dsa.pub