]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
fix duplicated algorithm specification lines
authorDamien Miller <djm@mindrot.org>
Thu, 11 Oct 2018 00:56:36 +0000 (11:56 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 11 Oct 2018 00:56:36 +0000 (11:56 +1100)
Spotted by Adam Eijdenberg

sshkey.c

index 63ca70e5a71644f68c64c0a6fd7dca0627aa8521..21e61a2cbe667e51bda28012d51f6193dd19d570 100644 (file)
--- a/sshkey.c
+++ b/sshkey.c
@@ -126,10 +126,6 @@ static const struct keytype keytypes[] = {
            KEY_DSA_CERT, 0, 1, 0 },
        { "ssh-rsa-cert-v01@openssh.com", "RSA-CERT", NULL,
            KEY_RSA_CERT, 0, 1, 0 },
-       { "rsa-sha2-256-cert-v01@openssh.com", "RSA-CERT",
-           "ssh-rsa-sha2-256", KEY_RSA_CERT, 0, 1, 1 },
-       { "rsa-sha2-512-cert-v01@openssh.com", "RSA-CERT",
-           "ssh-rsa-sha2-512", KEY_RSA_CERT, 0, 1, 1 },
        { "ssh-dss-cert-v01@openssh.com", "DSA-CERT", NULL,
            KEY_DSA_CERT, 0, 1, 0 },
 # ifdef OPENSSL_HAS_ECC