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 13:19:39 +0000
commitd0f2f202c5aa6365d3c13e18a0b9e26837c290a0 (patch)
tree9f0dc56d1ded1cc40c59f5f0da38d66f9d434bc6 /test/build.info
parent8f6a5c56c17aa89b80fef73875beec53aef1f2c8 (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/7647)
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 0227212dea..962af11eef 100644
--- a/test/build.info
+++ b/test/build.info
@@ -392,7 +392,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} -}]