summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2018-07-09 21:03:30 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 15:14:26 +1000
commitcecee2d607099a7bba0a84803e2325d15be4277b (patch)
treee5f685fb39c9d8512235334afc4b26e8461bfc36 /compat.c
parentff55f4ad898137d4703e7a2bcc81167dfe8e9324 (diff)
downloadopenssh-git-cecee2d607099a7bba0a84803e2325d15be4277b.tar.gz
upstream: client: switch to sshbuf API; ok djm@
OpenBSD-Commit-ID: 60cb0356114acc7625ab85105f6f6a7cd44a8d05
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat.c b/compat.c
index d8fd6eaf..d0afe908 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.c,v 1.110 2018/07/04 13:49:31 djm Exp $ */
+/* $OpenBSD: compat.c,v 1.111 2018/07/09 21:03:30 markus Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@ -32,7 +32,6 @@
#include <stdarg.h>
#include "xmalloc.h"
-#include "buffer.h"
#include "packet.h"
#include "compat.h"
#include "log.h"