On Wed, 8 Oct 2014, Nikolay Morozov wrote:
- OpenSSL modules must be initilized with OpenSSL_config(NULL), this enables cryto from OpenSSL modules f.ex GOST
Please avoid using OpenSSL_config(), it is not a function I recommend anyone to use: http://rt.openssl.org/Ticket/Display.html?id=3488&user=guest&pass=guest
You'll probably be much happier by using CONF_modules_load_file() instead to avoid OpenSSL doing exit when it thinks the config file (or similar) is bad. Wget can survive and continue nonetheless.
-- / daniel.haxx.se