[openssh-commits] [openssh] 02/02: fix duplicated algorithm specification lines

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Oct 11 11:57:07 AEDT 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 5d9d17603bfbb620195a4581025052832b4c4adc
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Oct 11 11:56:36 2018 +1100

    fix duplicated algorithm specification lines
    
    Spotted by Adam Eijdenberg
---
 sshkey.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sshkey.c b/sshkey.c
index 63ca70e5..21e61a2c 100644
--- 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 at openssh.com", "RSA-CERT", NULL,
 	    KEY_RSA_CERT, 0, 1, 0 },
-	{ "rsa-sha2-256-cert-v01 at openssh.com", "RSA-CERT",
-	    "ssh-rsa-sha2-256", KEY_RSA_CERT, 0, 1, 1 },
-	{ "rsa-sha2-512-cert-v01 at openssh.com", "RSA-CERT",
-	    "ssh-rsa-sha2-512", KEY_RSA_CERT, 0, 1, 1 },
 	{ "ssh-dss-cert-v01 at openssh.com", "DSA-CERT", NULL,
 	    KEY_DSA_CERT, 0, 1, 0 },
 # ifdef OPENSSL_HAS_ECC

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list