diff options
author | Pauli <paul.dale@oracle.com> | 2017-08-18 02:09:27 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-08-18 02:37:32 +0200 |
commit | 9ef73a6fd9a43a79783d2c68339c96532c3209f9 (patch) | |
tree | 9c68b25ce47957f5a02cf1232e167ad97ce0433a /test/v3nametest.c | |
parent | Remove tests dependence on e_os.h (diff) | |
download | openssl-9ef73a6fd9a43a79783d2c68339c96532c3209f9.tar.xz openssl-9ef73a6fd9a43a79783d2c68339c96532c3209f9.zip |
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)
Diffstat (limited to 'test/v3nametest.c')
-rw-r--r-- | test/v3nametest.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |