View | Details | Raw Unified | Return to bug 2107 | Differences between
and this patch

Collapse All | Expand All

(-)a/sshd.c (-2 / +1 lines)
Lines 492-499 privsep_preauth_child(void) Link Here
492
492
493
#ifdef GSSAPI
493
#ifdef GSSAPI
494
	/* Cache supported mechanism OIDs for later use */
494
	/* Cache supported mechanism OIDs for later use */
495
	if (options.gss_authentication)
495
	ssh_gssapi_prepare_supported_oids();
496
		ssh_gssapi_prepare_supported_oids();
497
#endif
496
#endif
498
497
499
	/* Demote the private keys to public keys. */
498
	/* Demote the private keys to public keys. */

Return to bug 2107