From: Richard Levitte Date: Thu, 3 Nov 2016 10:31:12 +0000 (+0100) Subject: test/build.info: typo, $ missing X-Git-Tag: OpenSSL_1_1_1-pre1~3271 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60 test/build.info: typo, $ missing Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1832) --- diff --git a/test/build.info b/test/build.info index 818d073bb0..aa9b933e42 100644 --- a/test/build.info +++ b/test/build.info @@ -282,7 +282,7 @@ IF[{- !$disabled{tests} -}] DEPEND[dtls_mtu_test]=../libcrypto ../libssl ENDIF - IF[{- !disabled{shared} -}] + IF[{- !$disabled{shared} -}] PROGRAMS_NO_INST=shlibloadtest SOURCE[shlibloadtest]=shlibloadtest.c INCLUDE[shlibloadtest]=../include