summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-10-11 11:56:36 +1100
committerDamien Miller <djm@mindrot.org>2018-10-11 11:56:36 +1100
commit5d9d17603bfbb620195a4581025052832b4c4adc (patch)
tree125e2fb72a52ac67472e19a0e070a6e7eb017e41
parentebfafd9c7a5b2a7fb515ee95dbe0e44e11d0a663 (diff)
fix duplicated algorithm specification lines
Spotted by Adam Eijdenberg
-rw-r--r--sshkey.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sshkey.c b/sshkey.c
index 63ca70e5a..21e61a2cb 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -126,10 +126,6 @@ static const struct keytype keytypes[] = {
126 KEY_DSA_CERT, 0, 1, 0 }, 126 KEY_DSA_CERT, 0, 1, 0 },
127 { "ssh-rsa-cert-v01@openssh.com", "RSA-CERT", NULL, 127 { "ssh-rsa-cert-v01@openssh.com", "RSA-CERT", NULL,
128 KEY_RSA_CERT, 0, 1, 0 }, 128 KEY_RSA_CERT, 0, 1, 0 },
129 { "rsa-sha2-256-cert-v01@openssh.com", "RSA-CERT",
130 "ssh-rsa-sha2-256", KEY_RSA_CERT, 0, 1, 1 },
131 { "rsa-sha2-512-cert-v01@openssh.com", "RSA-CERT",
132 "ssh-rsa-sha2-512", KEY_RSA_CERT, 0, 1, 1 },
133 { "ssh-dss-cert-v01@openssh.com", "DSA-CERT", NULL, 129 { "ssh-dss-cert-v01@openssh.com", "DSA-CERT", NULL,
134 KEY_DSA_CERT, 0, 1, 0 }, 130 KEY_DSA_CERT, 0, 1, 0 },
135# ifdef OPENSSL_HAS_ECC 131# ifdef OPENSSL_HAS_ECC