summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-05-17 12:42:17 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-05-17 12:42:17 +1000
commit1ac98be8724c9789d770ddb8e7f0dbf1b55e05a0 (patch)
treea0a4a5b551f3d8da2fa858ec309338ec93b3d5a7 /myproposal.h
parent97370f6c2c3b825f8c577b7e6c00b1a98d30a6cf (diff)
downloadopenssh-git-1ac98be8724c9789d770ddb8e7f0dbf1b55e05a0.tar.gz
Use the correct macro for SSH_ALLOWED_CA_SIGALGS.
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/myproposal.h b/myproposal.h
index 9205fb34..34bd10c9 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -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," \