diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshd.c,v 1.419 2014/02/26 20:28:44 djm Exp $ */ | 1 | /* $OpenBSD: sshd.c,v 1.420 2014/02/26 21:53:37 markus 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 |
@@ -618,9 +618,11 @@ privsep_preauth_child(void) | |||
618 | /* Enable challenge-response authentication for privilege separation */ | 618 | /* Enable challenge-response authentication for privilege separation */ |
619 | privsep_challenge_enable(); | 619 | privsep_challenge_enable(); |
620 | 620 | ||
621 | #ifdef GSSAPI | ||
621 | /* Cache supported mechanism OIDs for later use */ | 622 | /* Cache supported mechanism OIDs for later use */ |
622 | if (options.gss_authentication) | 623 | if (options.gss_authentication) |
623 | ssh_gssapi_prepare_supported_oids(); | 624 | ssh_gssapi_prepare_supported_oids(); |
625 | #endif | ||
624 | 626 | ||
625 | arc4random_stir(); | 627 | arc4random_stir(); |
626 | arc4random_buf(rnd, sizeof(rnd)); | 628 | arc4random_buf(rnd, sizeof(rnd)); |