summaryrefslogtreecommitdiff
path: root/ssh-gss.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-gss.h')
-rw-r--r--ssh-gss.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ssh-gss.h b/ssh-gss.h
index 70dd36658..50d80bbca 100644
--- a/ssh-gss.h
+++ b/ssh-gss.h
@@ -77,8 +77,12 @@
77#define KEX_GSS_C25519_SHA256_ID "gss-curve25519-sha256-" 77#define KEX_GSS_C25519_SHA256_ID "gss-curve25519-sha256-"
78 78
79#define GSS_KEX_DEFAULT_KEX \ 79#define GSS_KEX_DEFAULT_KEX \
80 KEX_GSS_GEX_SHA1_ID "," \ 80 KEX_GSS_GRP14_SHA256_ID "," \
81 KEX_GSS_GRP14_SHA1_ID 81 KEX_GSS_GRP16_SHA512_ID "," \
82 KEX_GSS_NISTP256_SHA256_ID "," \
83 KEX_GSS_C25519_SHA256_ID "," \
84 KEX_GSS_GRP14_SHA1_ID "," \
85 KEX_GSS_GEX_SHA1_ID
82 86
83typedef struct { 87typedef struct {
84 char *filename; 88 char *filename;