Hello, We are building curl with OpenSSL. We have also downloaded OpenSSL source and built it locally. While building curl we use whatever OpenSSL we have built.
--with-ssl=<My OpenSSL Build Directory> The build is fine and we package and ship libcurl along with out product. But we cannot package and ship the openssl library with our product. The prerequisite is that OpenSSL will be already installed. When our product gets installed and libcurl is called, there is a crash. After investigation we identified that the version of OpenSSL installed on target machine is higher than that we have built libcurl with. For confirming this we replaced the openssl library with the one we built curl and everything worked fine. Questions: 1. Is this expected behavior or are we missing something here ? 2. Is it possible to make libcurl work with any OpenSSL library regardless of what it is built with ? Curl version: 7.54.0 Platform: RHEL (But I expecting this problem on other platforms like AIX, Windows, HP-UX, Solaris). Thanks, Rahul.
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
