From c5c346b101fbd0399d11c88d9e204ac475596117 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Thu, 13 Jan 2011 22:36:14 -0800 Subject: - (tim) [regress/cert-hostkey.sh] Add missing TEST_SSH_ECC guard around some ecdsa bits. --- regress/cert-hostkey.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'regress/cert-hostkey.sh') diff --git a/regress/cert-hostkey.sh b/regress/cert-hostkey.sh index 6ccf54cc0..3b147b9f7 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 -- cgit v1.2.3