]> granicus.if.org Git - curl/commit
openssl: Fix algorithm init
authorMichael Kalinin <kalinin@company.dnevnik.ru>
Tue, 22 Sep 2015 06:49:54 +0000 (02:49 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 29 Sep 2015 02:47:25 +0000 (22:47 -0400)
commit69b89050d4b824b54449df907bb9f23f80a3c382
treeed7a8f2af36b8ea56bf86ef44007f2b363bdfe78
parent963b7bd4f76fd0e19beaa202bf6f5239eb6153a5
openssl: Fix algorithm init

- Change algorithm init to happen after OpenSSL config load.

Additional algorithms may be available due to the user's config so we
initialize the algorithms after the user's config is loaded.

Bug: https://github.com/bagder/curl/issues/447
Reported-by: Denis Feklushkin
lib/vtls/openssl.c