From bb3c2609a8abc788209e2d9e3b3a967b1bfc9f3b Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 25 Jan 2020 23:28:06 +0000 Subject: tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c doesn't need SSHBUF_INTERNAL set --- usr.bin/ssh/sshbuf-io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/ssh/sshbuf-io.c') diff --git a/usr.bin/ssh/sshbuf-io.c b/usr.bin/ssh/sshbuf-io.c index 108a8021948..966f820235a 100644 --- a/usr.bin/ssh/sshbuf-io.c +++ b/usr.bin/ssh/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 * @@ -24,7 +24,6 @@ #include #include "ssherr.h" -#define SSHBUF_INTERNAL #include "sshbuf.h" #include "atomicio.h" -- cgit v1.2.3-59-g8ed1b