summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 13:39:24 +1000
commit58538d795e0b662f2f4e5a7193f1204bbe992ddd (patch)
treefadd72e47e3262cdb473db1ac2d225254d3beac5
parenteb012ac581fd0abc16ee86ee3a68cf07c8ce4d08 (diff)
downloadopenssh-git-58538d795e0b662f2f4e5a7193f1204bbe992ddd.tar.gz
- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
compat stuff, specifically whether or not OpenSSL has ECC.
-rw-r--r--ChangeLog2
-rw-r--r--bufaux.c2
-rw-r--r--bufbn.c2
-rw-r--r--bufec.c2
-rw-r--r--buffer.c2
5 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e42d95a7..00c8b277 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@
OpenSSL or if OpenSSL has ECC.
- (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an
assigment that might get optimized out. ok djm@
+ - (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
+ compat stuff, specifically whether or not OpenSSL has ECC.
20140527
- (djm) [cipher.c] Fix merge botch.
diff --git a/bufaux.c b/bufaux.c
index aa9b892d..3976896a 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -17,6 +17,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"
diff --git a/bufbn.c b/bufbn.c
index 0a519ed2..b7f7cb12 100644
--- a/bufbn.c
+++ b/bufbn.c
@@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"
diff --git a/bufec.c b/bufec.c
index b33ede38..127e56d4 100644
--- a/bufec.c
+++ b/bufec.c
@@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"
diff --git a/buffer.c b/buffer.c
index 07bc186d..c5f708ab 100644
--- a/buffer.c
+++ b/buffer.c
@@ -18,6 +18,8 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
+#include "includes.h"
+
#include <sys/types.h>
#include "buffer.h"