Re: Question about OpenSSL 3.0 and static linking

2022-02-23 Thread Shunichi Shinohara
want. I noticed, though, that the > documentation in INSTALL.md isn't entirely clear on what that does. > > ./config --prefix=$HOME/local/openssl-3.0.1 no-shared no-module > > Cheers, > Richard > > On Tue, 22 Feb 2022 07:37:03 +0100, > Shunichi Shinohara wrote: > &

Question about OpenSSL 3.0 and static linking

2022-02-21 Thread Shunichi Shinohara
Hi List, I have a question about OpenSSL 3.0 and static linking. Short version: Is it possible to include the legacy provider in libcrypt.a? Somewhat long version below. As a background of the question I'm using OpenSSL with Erlang/OTP [1] on Linux and want to static link OpenSSL library. With