summaryrefslogtreecommitdiffstats
path: root/Auth/Yadis/ParanoidHTTPFetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/Yadis/ParanoidHTTPFetcher.php')
-rw-r--r--Auth/Yadis/ParanoidHTTPFetcher.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php
index aca9c08..08aced6 100644
--- a/Auth/Yadis/ParanoidHTTPFetcher.php
+++ b/Auth/Yadis/ParanoidHTTPFetcher.php
@@ -54,6 +54,9 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher {
return strlen($data);
}
+ /**
+ * Does this fetcher support SSL URLs?
+ */
function supportsSSL()
{
$v = curl_version();