summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 8b793480e..027daa9d8 100644
--- a/sshd.c
+++ b/sshd.c
@@ -547,7 +547,7 @@ privsep_preauth_child(void)
547 547
548#ifdef GSSAPI 548#ifdef GSSAPI
549 /* Cache supported mechanism OIDs for later use */ 549 /* Cache supported mechanism OIDs for later use */
550 if (options.gss_authentication) 550 if (options.gss_authentication || options.gss_keyex)
551 ssh_gssapi_prepare_supported_oids(); 551 ssh_gssapi_prepare_supported_oids();
552#endif 552#endif
553 553