[openssh-commits] [openssh] 07/08: upstream: tidy headers; some junk snuck into sshbuf-misc.c and
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jan 26 10:35:03 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit de40876c4a5d7c519d3d7253557572fdfc13db76
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jan 25 23:28:06 2020 +0000
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 +--
sshbuf-misc.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
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 <string.h>
#include "ssherr.h"
-#define SSHBUF_INTERNAL
#include "sshbuf.h"
#include "atomicio.h"
diff --git a/sshbuf-misc.c b/sshbuf-misc.c
index 739b19f9..c0336e86 100644
--- a/sshbuf-misc.c
+++ b/sshbuf-misc.c
@@ -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
*
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list