mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-28 16:23:23 +08:00
fix duplicated algorithm specification lines
Spotted by Adam Eijdenberg
This commit is contained in:
parent
ebfafd9c7a
commit
5d9d17603b
4
sshkey.c
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user