]> granicus.if.org Git - curl/commit
Curl_ossl_init: load builtin modules
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Apr 2015 15:26:31 +0000 (17:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Apr 2015 15:26:31 +0000 (17:26 +0200)
commitcae43a10cbb8cce2a6ea449c69a70c59e803408b
treeeb2f2e35ba4bef8fff2e00685ae7f24d6bdd1bfa
parentaa8f613e98c21f70cfa34f0756be24eee47b0647
Curl_ossl_init: load builtin modules

To have engine modules work, we must tell openssl to load builtin
modules first.

Bug: https://github.com/bagder/curl/pull/206
lib/vtls/openssl.c