On Sun, 28 Mar 2021, Jason Mitchell wrote:
Sorry for top posting, but the app is compiled against libcrypyo.so.14 (openssl 1.1.1g) whereas I want it to use libcrypto.so.1.1 (OpenSSL 1.1.1i)
Well, there are ways of working around that problem too, for security-related apps, best to recompile against the version you want. -RVP