On Wed, 8 Jul 2020, alankar bajpai via curl-library wrote:
Can we force libcurl to use the static openssl libs that we have during compile time rather than going for whatever is there on the system at runtime? Will it solve the problem?
If you link your app with static libs, then nothing is linked dynamically. If you link them dynamically, you get them at run-time.
If you then use two different, incompatible, versions of OpenSSL then you land in trouble.
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://www.wolfssl.com/contact/ ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html