diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-07 07:07:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-07 07:07:15 +0100 |
commit | eb401585bb8336cbf81fe4fc58eb9f7cac3ab874 (patch) | |
tree | 639bcc0951e2d3aa00878a2f6f3e2449b78fb7c2 /regress/cert-hostkey.sh | |
parent | - markus@cvs.openbsd.org 2013/12/06 13:52:46 (diff) | |
download | openssh-eb401585bb8336cbf81fe4fc58eb9f7cac3ab874.tar.xz openssh-eb401585bb8336cbf81fe4fc58eb9f7cac3ab874.zip |
- (djm) [regress/cert-hostkey.sh] Fix merge botch
Diffstat (limited to 'regress/cert-hostkey.sh')
-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 da2cec87d..1ed5af501 100644 --- a/regress/cert-hostkey.sh +++ b/regress/cert-hostkey.sh @@ -76,6 +76,8 @@ done printf "* " cat $OBJ/cert_host_key_rsa.pub if test "x$TEST_SSH_ECC" = "xyes"; then + printf '@revoked ' + printf "* " cat $OBJ/cert_host_key_ecdsa-sha2-nistp256.pub printf '@revoked ' printf "* " @@ -83,12 +85,12 @@ done printf '@revoked ' printf "* " cat $OBJ/cert_host_key_ecdsa-sha2-nistp521.pub - printf '@revoked ' - printf "* " - cat $OBJ/cert_host_key_ed25519.pub fi printf '@revoked ' printf "* " + cat $OBJ/cert_host_key_ed25519.pub + printf '@revoked ' + printf "* " cat $OBJ/cert_host_key_dsa.pub printf '@revoked ' printf "* " |