[openssl-commits] [openssl] master update
paul.dale at oracle.com
paul.dale at oracle.com
Fri Aug 18 03:00:53 UTC 2017
The branch master has been updated
via 9ef73a6fd9a43a79783d2c68339c96532c3209f9 (commit)
from b99fe5f4927b305bae88daac2484c284fe749329 (commit)
- Log -----------------------------------------------------------------
commit 9ef73a6fd9a43a79783d2c68339c96532c3209f9
Author: Pauli <paul.dale at oracle.com>
Date: Fri Aug 18 10:09:27 2017 +1000
Fix windows build after too aggressive e_os.h removal
Reviewed-by: Rich Salz <rsalz at openssl.org>
(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"
More information about the openssl-commits
mailing list