[auth-options.c]
     no need to include monitor_wrap.h and ssh-gss.h
This commit is contained in:
Damien Miller 2013-11-04 08:40:13 +11:00
parent 660621b210
commit 4c3ba0767f
2 changed files with 4 additions and 5 deletions

View File

@ -14,6 +14,9 @@
- markus@cvs.openbsd.org 2013/11/02 22:24:24
[kexdhs.c kexecdhs.c]
no need to include ssh-gss.h
- markus@cvs.openbsd.org 2013/11/02 22:34:01
[auth-options.c]
no need to include monitor_wrap.h and ssh-gss.h
20131103
- (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.

View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth-options.c,v 1.59 2013/07/12 00:19:58 djm Exp $ */
/* $OpenBSD: auth-options.c,v 1.60 2013/11/02 22:34:01 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -33,10 +33,6 @@
#include "auth-options.h"
#include "hostfile.h"
#include "auth.h"
#ifdef GSSAPI
#include "ssh-gss.h"
#endif
#include "monitor_wrap.h"
/* Flags set authorized_keys flags */
int no_port_forwarding_flag = 0;