Hi everybody, I'm building and packaging OpenSSL as a third party library in my app. I also include a certificate bundle with it.
Now it seems that the OpenSSL library that is packaged with my app, tries to pick up users local OpenSSL settings (/some/path/openssl.cnf). Is there any way to turn this off, when building OpenSSL? I'd like the OpenSSL library not to poke around on users machine, only use the certificate bundle I've specified etc. Thanks!