summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 06cb81f27..1d19ce679 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.490 2017/05/31 08:09:45 markus Exp $ */ 1/* $OpenBSD: sshd.c,v 1.491 2017/07/01 13:50:45 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
@@ -88,7 +88,6 @@
88#include "xmalloc.h" 88#include "xmalloc.h"
89#include "ssh.h" 89#include "ssh.h"
90#include "ssh2.h" 90#include "ssh2.h"
91#include "rsa.h"
92#include "sshpty.h" 91#include "sshpty.h"
93#include "packet.h" 92#include "packet.h"
94#include "log.h" 93#include "log.h"