From 893960b039284fcd240fb3113fdfa86cc1331223 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Jul 2013 00:24:55 +0400 Subject: previous patch: fix copy-paste typo --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 5e4d693c8..238c017c5 100644 --- a/include/functions.php +++ b/include/functions.php @@ -350,7 +350,7 @@ } if ((OPENSSL_VERSION_NUMBER >= 0x0090808f) && (OPENSSL_VERSION_NUMBER < 0x10000000)) { - curl_setopt($curl, CURLOPT_SSLVERSION, 3); + curl_setopt($ch, CURLOPT_SSLVERSION, 3); } if ($login && $pass) -- cgit v1.2.3