Fix an include location problem in the extrended tests.
authorPauli <paul.dale@oracle.com>
Sun, 3 Sep 2017 20:38:16 +0000 (06:38 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 3 Sep 2017 20:38:16 +0000 (06:38 +1000)
[extended tests]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4327)

test/ossl_shim/build.info
test/ossl_shim/ossl_shim.cc
test/ossl_shim/packeted_bio.h

index 8cb3542968e7a6d5b8082c4867ab913a47e5997c..aa5f0624f8a52fe3b226930ae734169cb2be7dc5 100644 (file)
@@ -1,6 +1,6 @@
 IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
   PROGRAMS_NO_INST=ossl_shim
   SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
-  INCLUDE[ossl_shim]=. include ../../include ../..
+  INCLUDE[ossl_shim]=. include ../../include
   DEPEND[ossl_shim]=../../libssl ../../libcrypto
 ENDIF
index f1febd8f5a4e7b6768f94f1f2b650d77c54607c8..cda32efbe483f1a61e70f4c865aaefdf7b79e069 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -11,6 +11,7 @@
 #define __STDC_FORMAT_MACROS
 #endif
 
+#include "packeted_bio.h"
 #include <openssl/e_os2.h>
 
 #if !defined(OPENSSL_SYS_WINDOWS)
@@ -53,7 +54,6 @@ OPENSSL_MSVC_PRAGMA(comment(lib, "Ws2_32.lib"))
 #include <vector>
 
 #include "async_bio.h"
-#include "packeted_bio.h"
 #include "test_config.h"
 
 namespace bssl {
index 9b4fb1d4d28c7c7b26fd6534c7e06d5eb7c94e29..bd3e3d1ff8056d14461b5b4b52d5cbfdd12e52c9 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef HEADER_PACKETED_BIO
 #define HEADER_PACKETED_BIO
 
-#include "e_os.h"
+#include "../../e_os.h"
 #include <openssl/base.h>
 #include <openssl/bio.h>