summaryrefslogtreecommitdiff
path: root/ssh_api.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-05-04 14:22:33 +0000
committerDamien Miller <djm@mindrot.org>2016-05-19 17:48:34 +1000
commit0516454151ae722fc8256c3c56115c6baf24c5b0 (patch)
tree77e564e315d3a426051f32d59ba4720b4f2de860 /ssh_api.c
parent332ff3d770631e7513fea38cf0d3689f673f0e3f (diff)
downloadopenssh-git-0516454151ae722fc8256c3c56115c6baf24c5b0.tar.gz
upstream commit
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@ Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e
Diffstat (limited to 'ssh_api.c')
-rw-r--r--ssh_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh_api.c b/ssh_api.c
index acd0b83c..2a9f1497 100644
--- a/ssh_api.c
+++ b/ssh_api.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh_api.c,v 1.6 2016/05/02 10:26:04 djm Exp $ */
+/* $OpenBSD: ssh_api.c,v 1.7 2016/05/04 14:22:33 markus Exp $ */
/*
* Copyright (c) 2012 Markus Friedl. All rights reserved.
*
@@ -17,14 +17,12 @@
#include "includes.h"
-#include "ssh1.h" /* For SSH_MSG_NONE */
#include "ssh_api.h"
#include "compat.h"
#include "log.h"
#include "authfile.h"
#include "sshkey.h"
#include "misc.h"
-#include "ssh1.h"
#include "ssh2.h"
#include "version.h"
#include "myproposal.h"