From f1ec9c07fe3631bce5b7c538224c080339c8fc6e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Nov 2016 11:31:12 +0100 Subject: [PATCH] test/build.info: typo, $ missing Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1832) (cherry picked from commit 9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60) --- test/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.info b/test/build.info index e3a961d77f..8d96097461 100644 --- a/test/build.info +++ b/test/build.info @@ -275,7 +275,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[bio_enc_test]=../include DEPEND[bio_enc_test]=../libcrypto - IF[{- !disabled{shared} -}] + IF[{- !$disabled{shared} -}] PROGRAMS_NO_INST=shlibloadtest SOURCE[shlibloadtest]=shlibloadtest.c INCLUDE[shlibloadtest]=../include -- 2.25.1