From e5b9f0f2ee6e133894307e44e862b66426990733 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 May 2014 14:58:07 +1000 Subject: - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes --- sshbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshbuf.c') diff --git a/sshbuf.c b/sshbuf.c index 11d8d41df..36a8b92f6 100644 --- a/sshbuf.c +++ b/sshbuf.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define SSHBUF_INTERNAL #include "includes.h" #include @@ -25,7 +26,6 @@ #include #include "ssherr.h" -#define SSHBUF_INTERNAL #include "sshbuf.h" static inline int -- cgit v1.2.3