diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/cert-hostkey.sh | 8 |
1 files changed, 5 insertions, 3 deletions
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 | |||
72 | echon '@revoked ' | 72 | echon '@revoked ' |
73 | echon "* " | 73 | echon "* " |
74 | cat $OBJ/cert_host_key_rsa.pub | 74 | cat $OBJ/cert_host_key_rsa.pub |
75 | echon '@revoked ' | 75 | if test "x$TEST_SSH_ECC" = "xyes"; then |
76 | echon "* " | 76 | echon '@revoked ' |
77 | cat $OBJ/cert_host_key_ecdsa.pub | 77 | echon "* " |
78 | cat $OBJ/cert_host_key_ecdsa.pub | ||
79 | fi | ||
78 | echon '@revoked ' | 80 | echon '@revoked ' |
79 | echon "* " | 81 | echon "* " |
80 | cat $OBJ/cert_host_key_dsa.pub | 82 | cat $OBJ/cert_host_key_dsa.pub |