summaryrefslogtreecommitdiffstats
path: root/kex.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2018-07-09 23:56:06 +0200
committerDamien Miller <djm@mindrot.org>2018-07-10 08:44:17 +0200
commitcb30cd47041edb03476be1c8ef7bc1f4b69d1555 (patch)
treeb6bd48d3ab741d48bbba182dcce30654286c8627 /kex.h
parentupstream: sshd: switch monitor to sshbuf API; lots of help & ok (diff)
downloadopenssh-cb30cd47041edb03476be1c8ef7bc1f4b69d1555.tar.xz
openssh-cb30cd47041edb03476be1c8ef7bc1f4b69d1555.zip
upstream: remove legacy buffer API emulation layer; ok djm@
OpenBSD-Commit-ID: 2dd5dc17cbc23195be4299fa93be2707a0e08ad9
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kex.h b/kex.h
index e3816047a..209008189 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.88 2018/07/09 13:37:10 sf Exp $ */
+/* $OpenBSD: kex.h,v 1.89 2018/07/09 21:56:06 markus Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -27,7 +27,6 @@
#define KEX_H
#include "mac.h"
-#include "buffer.h" /* XXX for typedef */
#include "key.h" /* XXX for typedef */
#ifdef WITH_LEAKMALLOC