X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_curl.c;h=48deae38df4c00772ce77a85b13e9030018289e7;hp=8f252119493dcd8c3256328d8060ffbf7ccefc24;hb=bc44fc3f4d04566f85f11eb25289d8ae4f88d3fd;hpb=5dc1e4273e37ed0cb37bc7cb1e7168a61374c367 diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 8f25211..48deae3 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -539,9 +539,11 @@ static STATUS php_http_curle_get_info(CURL *ch, HashTable *info) case CURLSSLBACKEND_NSS: backend = "nss"; break; +#if !PHP_HTTP_CURL_VERSION(7,39,0) case CURLSSLBACKEND_QSOSSL: backend = "qsossl"; break; +#endif case CURLSSLBACKEND_GSKIT: backend = "gskit"; break;