From de40876c4a5d7c519d3d7253557572fdfc13db76 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sat, 25 Jan 2020 23:28:06 +0000 Subject: upstream: tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c doesn't need SSHBUF_INTERNAL set OpenBSD-Commit-ID: 27a724d2e0b2619c1a1490f44093bbd73580d9e6 --- sshbuf-io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sshbuf-io.c') diff --git a/sshbuf-io.c b/sshbuf-io.c index 65f74585..13ef40e7 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 #include "ssherr.h" -#define SSHBUF_INTERNAL #include "sshbuf.h" #include "atomicio.h" -- cgit v1.2.1