projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fb48ed
)
Fix Win32 SSPI initialization for digest authentication in cURL
author
Grant Pannell
<grant@pannell.net.au>
Sun, 22 Feb 2015 13:04:55 +0000
(23:34 +1030)
committer
Grant Pannell
<grant@pannell.net.au>
Sun, 22 Feb 2015 13:04:55 +0000
(23:34 +1030)
ext/curl/interface.c
patch
|
blob
|
history
diff --git
a/ext/curl/interface.c
b/ext/curl/interface.c
index 079eaa16c7f165721013bc1daa6040b573fe3f35..56cc51c4539684418cac4bf7bed3544d823af78c 100644
(file)
--- a/
ext/curl/interface.c
+++ b/
ext/curl/interface.c
@@
-1240,7
+1240,7
@@
PHP_MINIT_FUNCTION(curl)
gcry_control(GCRYCTL_SET_THREAD_CBS, &php_curl_gnutls_tsl);
#endif
- if (curl_global_init(CURL_GLOBAL_
SSL
) != CURLE_OK) {
+ if (curl_global_init(CURL_GLOBAL_
DEFAULT
) != CURLE_OK) {
return FAILURE;
}