Use the correct macro for SSH_ALLOWED_CA_SIGALGS.

This commit is contained in:
Darren Tucker 2019-05-17 12:42:17 +10:00
parent 97370f6c2c
commit 1ac98be872
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
/* Not a KEX value, but here so all the algorithm defaults are together */
#define SSH_ALLOWED_CA_SIGALGS \
KEX_ECDH_METHODS \
HOSTKEY_ECDSA_METHODS \
"ssh-ed25519," \
"rsa-sha2-512," \
"rsa-sha2-256," \