Skip to content

Commit de89003

Browse files
committed
fixup! Implement ML-DSA signature algorithms per draft-sfluhrer-ssh-mldsa-06
1 parent 5a3faee commit de89003

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ssh-keyscan.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ int ssh_port = SSH_DEFAULT_PORT;
8080
#endif
8181

8282
int get_cert = 0;
83-
int get_keytypes = KT_RSA|KT_ECDSA|KT_ED25519|KT_ECDSA_SK|KT_ED25519_SK|KT_MLDSA44_ED25519;
84-
85-
int get_keytypes = KT_RSA|KT_ECDSA|KT_ED25519|KT_ECDSA_SK|KT_ED25519_SK
83+
int get_keytypes = KT_RSA|KT_ECDSA|KT_ED25519|KT_ECDSA_SK|KT_ED25519_SK|KT_MLDSA44_ED25519
8684
#ifdef OPENSSL_HAS_MLDSA
8785
|KT_MLDSA44|KT_MLDSA65|KT_MLDSA87
8886
#endif

0 commit comments

Comments
 (0)