Commit de0dc006 authored by Benjamin Kaduk's avatar Benjamin Kaduk Committed by Benjamin Kaduk
Browse files

Fixup include path in ossl_shim test after e_os.h work



The include search path was not picking up files in the root of
the tree.

[extended tests]

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4316)
parent e65dfa47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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