[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Thu Nov 3 14:35:29 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via f1ec9c07fe3631bce5b7c538224c080339c8fc6e (commit)
from 3a3f9ed140b0e1feeed1b9655091c270df05332f (commit)
- Log -----------------------------------------------------------------
commit f1ec9c07fe3631bce5b7c538224c080339c8fc6e
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)
(cherry picked from commit 9c89c8460a4dcf828a22e2dfc279b5ea8a80ec60)
-----------------------------------------------------------------------
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 e3a961d..8d96097 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
More information about the openssl-commits
mailing list