diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||