1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 00:19:15 +00:00

previous patch: fix copy-paste typo

This commit is contained in:
Andrew Dolgov
2013-07-21 00:24:55 +04:00
parent d86945c7ef
commit 893960b039

View File

@@ -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)