]> granicus.if.org Git - curl/commit
winbuild: Change Makefile to honor ENABLE_OPENSSL_AUTO_LOAD_CONFIG
authorShankar Jadhavar <Shankar.Jadhavar@veritas.com>
Fri, 5 Jul 2019 05:25:50 +0000 (00:25 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 7 Jul 2019 03:18:28 +0000 (23:18 -0400)
commit5feb58ca12d576159b176d810dab0212c940ce00
tree567c52f973c925ad9de19c73365293efc0b375d0
parent8ad61c6847349b71e7e7b9c544c4c7b40e6d6ff5
winbuild: Change Makefile to honor ENABLE_OPENSSL_AUTO_LOAD_CONFIG

- Made changes so that ENABLE_OPENSSL_AUTO_LOAD_CONFIG will be honored.

- Also removed some ^M chars from file.

Prior to this change while building on Windows platform even if we pass
the ENABLE_OPENSSL_AUTO_LOAD_CONFIG option with value as "no" it does
not set the CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG flag.

Closes https://github.com/curl/curl/pull/4086
winbuild/Makefile.vc