liblegacy.a does not work unless compiled with -static
Sam Roberts
vieuxtech at gmail.com
Sat May 2 15:39:42 UTC 2020
On Sat, May 2, 2020 at 12:31 AM Richard Levitte <levitte at openssl.org> wrote:
> No. When DSO support is turned off, the legacy provider code becomes
> part of libcrypto, in an inaccessible state (in other words, you still
> have to "load" it).
Using OSSL_PROVIDER_load(NULL, "legacy")?
My first try after a static only build (and delete of all .so files)
got an error from that, but if its the correct way, I'll investigate
more.
Sam
More information about the openssl-users
mailing list