went back to the version where the flags argument to curl_global_init()
specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
This commit is contained in:
parent
aa27db6986
commit
7f295939d0
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
CURLcode curl_global_init(long flags)
|
CURLcode curl_global_init(long flags)
|
||||||
{
|
{
|
||||||
if(!(flags & CURL_GLOBAL_NOT_SSL))
|
if(flags & CURL_GLOBAL_SSL)
|
||||||
Curl_SSL_init();
|
Curl_SSL_init();
|
||||||
|
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user