]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't link shlibloadtest against libcrypto
authorMatt Caswell <matt@openssl.org>
Thu, 15 Nov 2018 16:59:41 +0000 (16:59 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Jan 2019 13:19:39 +0000 (13:19 +0000)
commitd0f2f202c5aa6365d3c13e18a0b9e26837c290a0
tree9f0dc56d1ded1cc40c59f5f0da38d66f9d434bc6
parent8f6a5c56c17aa89b80fef73875beec53aef1f2c8
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)
test/build.info
test/shlibloadtest.c