summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index 98beb1ed5..ba26287ba 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.514 2018/08/13 02:41:05 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.516 2018/09/21 12:23:17 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -536,8 +536,7 @@ privsep_preauth_child(void)
536 536
537#ifdef GSSAPI 537#ifdef GSSAPI
538 /* Cache supported mechanism OIDs for later use */ 538 /* Cache supported mechanism OIDs for later use */
539 if (options.gss_authentication) 539 ssh_gssapi_prepare_supported_oids();
540 ssh_gssapi_prepare_supported_oids();
541#endif 540#endif
542 541
543 reseed_prngs(); 542 reseed_prngs();