summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-11-15 16:59:41 +0000
committerMatt Caswell <matt@openssl.org>2019-01-04 20:23:16 +0000
commit8ec0a2fef756df65af5494cfb189766015ccb2af (patch)
tree795edea6c3ee0d2bf27ef9795794ed8c6afdfe51 /test/build.info
parentc2b3db245452f185948b4f767f7e1051b6bd59a7 (diff)
Don't link shlibloadtest against libcrypto
The whole point of shlibloadtest is to test dynamically loading and unloading the library. If we link shlibloadtest against libcrypto then that might mask potential issues. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7983)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index b6bb711c8b..3ab09acca8 100644
--- a/test/build.info
+++ b/test/build.info
@@ -389,7 +389,6 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
PROGRAMS_NO_INST=shlibloadtest
SOURCE[shlibloadtest]=shlibloadtest.c
INCLUDE[shlibloadtest]=../include ../crypto/include
- DEPEND[shlibloadtest]=libtestutil.a
ENDIF
IF[{- $disabled{shared} -}]