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 20:23:16 +0000 (20:23 +0000)
commit8ec0a2fef756df65af5494cfb189766015ccb2af
tree795edea6c3ee0d2bf27ef9795794ed8c6afdfe51
parentc2b3db245452f185948b4f767f7e1051b6bd59a7
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)
test/build.info
test/shlibloadtest.c