RE: How to disallow openssl to pick up local openssl settings?

2014-12-04 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Jeffrey Walton Sent: Monday, December 01, 2014 16:18 (reordered) On Mon, Dec 1, 2014 at 3:47 PM, Tanel Lebedev tanel.lebe...@gmail.com wrote: I'm building and packaging OpenSSL as a third party library in my app. I also include a

Re: How to disallow openssl to pick up local openssl settings?

2014-12-01 Thread Jeffrey Walton
Is there any way to turn this off, when building OpenSSL? I'm not sure if there is a configuration switch like no-conf. `Configure` is not much help here since it silently consumes bad options. If interested, I believe you can change the behavior at runtime with `OPENSSL_no_config`. See