upstream: tidy headers; some junk snuck into sshbuf-misc.c and

sshbuf-io.c doesn't need SSHBUF_INTERNAL set

OpenBSD-Commit-ID: 27a724d2e0b2619c1a1490f44093bbd73580d9e6
This commit is contained in:
djm@openbsd.org 2020-01-25 23:28:06 +00:00 committed by Damien Miller
parent 6a10760635
commit de40876c4a
2 changed files with 2 additions and 3 deletions

View File

@ -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 * Copyright (c) 2011 Damien Miller
* *
@ -26,7 +26,6 @@
#include <string.h> #include <string.h>
#include "ssherr.h" #include "ssherr.h"
#define SSHBUF_INTERNAL
#include "sshbuf.h" #include "sshbuf.h"
#include "atomicio.h" #include "atomicio.h"

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sshbuf-misc.c,v 1.12 2020/01/25 23:02:14 djm Exp $ */ /* $OpenBSD: sshbuf-misc.c,v 1.13 2020/01/25 23:28:06 djm Exp $ */
/* /*
* Copyright (c) 2011 Damien Miller * Copyright (c) 2011 Damien Miller
* *