On Fri, 15 Aug 2014, Ulrich Telle wrote:

Replacing the line

OPENSSL_config(NULL);

by the patch (which is also used in the current libcurl trunk)

CONF_modules_load_file(NULL, NULL, 
CONF_MFLAGS_DEFAULT_SECTION|CONF_MFLAGS_IGNORE_MISSING_FILE);

solved the problem.

Lovely! And just some additional information: I've filed a bug report against OpenSSL for that behavior as I believe it is wrong and not documented to work like that:

  http://rt.openssl.org/Ticket/Display.html?id=3488

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to