The branch master has been updated
via 9ef73a6fd9a43a79783d2c68339c96532c3209f9 (commit)
from b99fe5f4927b305bae88daac2484c284fe749329 (commit)
- Log -----------------------------------------------------------------
commit 9ef73a6fd9a43a79783d2c68339c96532c3209f9
Author: Pauli <[email protected]>
Date: Fri Aug 18 10:09:27 2017 +1000
Fix windows build after too aggressive e_os.h removal
Reviewed-by: Rich Salz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/4187)
-----------------------------------------------------------------------
Summary of changes:
test/bntest.c | 1 +
test/ssl_test_ctx.c | 1 +
test/v3nametest.c | 1 +
3 files changed, 3 insertions(+)
diff --git a/test/bntest.c b/test/bntest.c
index cb292c6..da07446 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 9dc3395..4bb4763 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 36f8df6..dee4832 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"
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits