summaryrefslogtreecommitdiff
path: root/sshkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshkey.c')
-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