summaryrefslogtreecommitdiffstats
path: root/sshbuf-io.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-26 00:28:06 +0100
committerDamien Miller <djm@mindrot.org>2020-01-26 00:34:50 +0100
commitde40876c4a5d7c519d3d7253557572fdfc13db76 (patch)
tree6d2aa0d68d9560422281d65130174201e7d081d4 /sshbuf-io.c
parentdepend (diff)
downloadopenssh-de40876c4a5d7c519d3d7253557572fdfc13db76.tar.xz
openssh-de40876c4a5d7c519d3d7253557572fdfc13db76.zip
upstream: tidy headers; some junk snuck into sshbuf-misc.c and
sshbuf-io.c doesn't need SSHBUF_INTERNAL set OpenBSD-Commit-ID: 27a724d2e0b2619c1a1490f44093bbd73580d9e6
Diffstat (limited to 'sshbuf-io.c')
-rw-r--r--sshbuf-io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshbuf-io.c b/sshbuf-io.c
index 65f745858..13ef40e7d 100644
--- a/sshbuf-io.c
+++ b/sshbuf-io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf-io.c,v 1.1 2020/01/25 23:02:14 djm Exp $ */
+/* $OpenBSD: sshbuf-io.c,v 1.2 2020/01/25 23:28:06 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -26,7 +26,6 @@
#include <string.h>
#include "ssherr.h"
-#define SSHBUF_INTERNAL
#include "sshbuf.h"
#include "atomicio.h"