summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 67eb66a11..481d00155 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.427 2014/06/24 01:13:21 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.428 2014/07/15 15:54:14 millert 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
@@ -93,6 +93,7 @@
93#include "packet.h" 93#include "packet.h"
94#include "log.h" 94#include "log.h"
95#include "buffer.h" 95#include "buffer.h"
96#include "misc.h"
96#include "servconf.h" 97#include "servconf.h"
97#include "uidswap.h" 98#include "uidswap.h"
98#include "compat.h" 99#include "compat.h"
@@ -108,7 +109,6 @@
108#include "hostfile.h" 109#include "hostfile.h"
109#include "auth.h" 110#include "auth.h"
110#include "authfd.h" 111#include "authfd.h"
111#include "misc.h"
112#include "msg.h" 112#include "msg.h"
113#include "dispatch.h" 113#include "dispatch.h"
114#include "channels.h" 114#include "channels.h"