From: Richard Levitte Date: Sat, 2 Nov 2019 10:18:31 +0000 (+0100) Subject: test/build.info: add missing inclusion for ssl_ctx_test X-Git-Tag: openssl-3.0.0-alpha1~1046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2321c25dec8402c4bd48bac0edd3c2ef1ee4b6ad;p=thirdparty%2Fopenssl.git test/build.info: add missing inclusion for ssl_ctx_test Reviewed-by: Patrick Steuer (Merged from https://github.com/openssl/openssl/pull/10334) --- diff --git a/test/build.info b/test/build.info index 1ee3005b88a..2623358bc7a 100644 --- a/test/build.info +++ b/test/build.info @@ -690,7 +690,7 @@ IF[{- !$disabled{tests} -}] ENDIF SOURCE[ssl_ctx_test]=ssl_ctx_test.c - INCLUDE[ssl_ctx_test]=../include + INCLUDE[ssl_ctx_test]=../include ../apps/include DEPEND[ssl_ctx_test]=../libcrypto ../libssl libtestutil.a {-