Fix windows build after too aggressive e_os.h removal
authorPauli <paul.dale@oracle.com>
Fri, 18 Aug 2017 00:09:27 +0000 (10:09 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 18 Aug 2017 00:37:32 +0000 (10:37 +1000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4187)

test/bntest.c
test/ssl_test_ctx.c
test/v3nametest.c

index cb292c6abadf56dac695a66560ac5bf4fb52d603..da07446adb1034dfb367ae9a82fce4cb532c23ac 100644 (file)
@@ -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>
index 9dc33951feb16f0d481dbdf1fd182a82f2841b99..4bb47635585b59ab8124796ab9ff622239dbfeeb 100644 (file)
@@ -13,6 +13,7 @@
 #include <openssl/crypto.h>
 
 #include <internal/nelem.h>
+#include "../e_os.h"
 #include "ssl_test_ctx.h"
 #include "testutil.h"
 
index 36f8df646c2a11f8933db2fe90533bb5bf025a55..dee48328640f29a03b8a5372717335102bf620bd 100644 (file)
@@ -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"