RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-31 Thread Lee Staniforth
Thanks very much, Matt and defulger. Removing the "-fvisibility=hidden" has enabled the tests to pass. I'll now have to see how my application (which is statically linked to OpenSSL) fairs. Lee From: Matt Caswell Sent: 23 December 2021 10:13 To: Lee Staniforth ; openssl-us

undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-21 Thread Lee Staniforth
Hi, I have been building the 1.1.1 stream of OpenSSL for a while, and am now starting to look at moving to using 3.0. Building works fine, but testing fails (via "make test"). A number of the tests fail with undefined symbol: OSSL_provider_init: 02-test_internal_ctype.t ... ok 02-test_i