aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-08-18 10:09:27 +1000
committerPauli <paul.dale@oracle.com>2017-08-18 10:37:32 +1000
commit9ef73a6fd9a43a79783d2c68339c96532c3209f9 (patch)
tree9c68b25ce47957f5a02cf1232e167ad97ce0433a
parentb99fe5f4927b305bae88daac2484c284fe749329 (diff)
downloadopenssl-9ef73a6fd9a43a79783d2c68339c96532c3209f9.tar.gz
Fix windows build after too aggressive e_os.h removal
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4187)
-rw-r--r--test/bntest.c1
-rw-r--r--test/ssl_test_ctx.c1
-rw-r--r--test/v3nametest.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/bntest.c b/test/bntest.c
index cb292c6aba..da07446adb 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -13,6 +13,7 @@
#include <ctype.h>
#include <internal/nelem.h>
+#include "../e_os.h"
#include <internal/numbers.h>
#include <openssl/bn.h>
#include <openssl/crypto.h>
diff --git a/test/ssl_test_ctx.c b/test/ssl_test_ctx.c
index 9dc33951fe..4bb4763558 100644
--- a/test/ssl_test_ctx.c
+++ b/test/ssl_test_ctx.c
@@ -13,6 +13,7 @@
#include <openssl/crypto.h>
#include <internal/nelem.h>
+#include "../e_os.h"
#include "ssl_test_ctx.h"
#include "testutil.h"
diff --git a/test/v3nametest.c b/test/v3nametest.c
index 36f8df646c..dee4832864 100644
--- a/test/v3nametest.c
+++ b/test/v3nametest.c
@@ -9,6 +9,7 @@
#include <string.h>
#include <internal/nelem.h>
+#include "../e_os.h"
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include "testutil.h"