[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Nov 3 12:10:26 UTC 2016
The branch master has been updated
via 9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60 (commit)
from ea6199ea91ac59ae53686335e436d554cdacd2dc (commit)
- Log -----------------------------------------------------------------
commit 9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Nov 3 11:31:12 2016 +0100
test/build.info: typo, $ missing
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1832)
-----------------------------------------------------------------------
Summary of changes:
test/build.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/build.info b/test/build.info
index 818d073..aa9b933 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
More information about the openssl-commits
mailing list