1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/winbuild
Philipp Waehnert 6684653b68
configure: add option to disable automatic OpenSSL config loading
Sometimes it may be considered a security risk to load an external
OpenSSL configuration automatically inside curl_global_init(). The
configuration option --disable-ssl-auto-load-config disables this
automatism. The Windows build scripts winbuild/Makefile.vs provide a
corresponding option ENABLE_SSL_AUTO_LOAD_CONFIG accepting a boolean
value.

Setting neither of these options corresponds to the previous behavior
loading the external OpenSSL configuration automatically.

Fixes #2724
Closes #2791
2018-09-07 09:38:33 +02:00
..
.gitignore Moved some patterns to subfolder's .gitignore. 2012-07-03 14:31:50 +02:00
BUILD.WINDOWS.txt winbuild: Support custom devel paths for each dependency 2018-04-17 03:13:50 -04:00
gen_resp_file.bat winbuild: only delete OUTFILE if it exists 2018-05-27 23:24:53 +02:00
Makefile.vc configure: add option to disable automatic OpenSSL config loading 2018-09-07 09:38:33 +02:00
MakefileBuild.vc configure: add option to disable automatic OpenSSL config loading 2018-09-07 09:38:33 +02:00