curl_easy_setopt(conn, CURLOPT_SSL_VERIFYHOST, 0L);
}
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
conncode = (curl_easy_perform(conn));
ptr.certdata = NULL;
conn = curl_easy_init();
#if defined(__APPLE__)
+
SetConnectionObject(conn);
+
#endif
struct CardDAVCURLPasser {
curl_easy_setopt(sslerrconn, CURLOPT_CERTINFO, 1);
#if defined(__APPLE__)
+
SetConnectionObject(sslerrconn);
+
#endif
sslerrconncode = (curl_easy_perform(sslerrconn));
conn = curl_easy_init();
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
struct curl_slist *connhd = NULL;
struct curl_slist *connhd2 = NULL;
struct curl_slist *connhd3 = NULL;
curl_easy_setopt(conn, CURLOPT_SSL_VERIFYHOST, 0L);
}
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
conncode = (curl_easy_perform(conn));
if (conncode == CURLE_OK){
curl_easy_setopt(conn, CURLOPT_SSL_VERIFYHOST, 0L);
}
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
conncode = (curl_easy_perform(conn));
if (conncode == CURLE_OK){
curl_easy_setopt(conn, CURLOPT_SSL_VERIFYHOST, 0L);
}
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
conncode = (curl_easy_perform(conn));
if (conncode == CURLE_OK){
conn = curl_easy_init();
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+
+#endif
struct CardDAVCURLPasser {
curl_easy_setopt(sslerrconn, CURLOPT_NOSIGNAL, 1);
curl_easy_setopt(sslerrconn, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(sslerrconn, CURLOPT_CERTINFO, 1);
+
+#if defined(__APPLE__)
SetConnectionObject(sslerrconn);
+#endif
+
sslerrconncode = (curl_easy_perform(sslerrconn));
#if defined(__APPLE__)
conn = curl_easy_init();
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+
+#endif
struct CardDAVCURLPasser {
curl_easy_setopt(sslerrconn, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(sslerrconn, CURLOPT_CERTINFO, 1);
+#if defined(__APPLE__)
+
SetConnectionObject(sslerrconn);
+#endif
+
sslerrconncode = (curl_easy_perform(sslerrconn));
SSLCertCol = BuildSSLCollection(sslerrconn);
conn = curl_easy_init();
+#if defined(__APPLE__)
+
SetConnectionObject(conn);
+#endif
+
struct CardDAVCURLPasser {
CardDAV *Data;
sslerrconncode = (curl_easy_perform(sslerrconn));
+#if defined(__APPLE__)
+
SetConnectionObject(sslerrconn);
+#endif
+
SSLCertCol = BuildSSLCollection(sslerrconn);
SSLCertCol.SuccessCode = 1;
curl_easy_setopt(conn, CURLOPT_WRITEDATA, &PageData);
curl_easy_setopt(conn, CURLOPT_WRITEHEADER, &PageHeader);
- SetConnectionObject(conn);
+#if defined(__APPLE__)
+
+ SetConnectionObject(conn);
+
+#endif
conncode = (curl_easy_perform(conn));
curl_easy_setopt(connssldata, CURLOPT_SSL_VERIFYPEER, 0L);
curl_easy_setopt(connssldata, CURLOPT_SSL_VERIFYHOST, 0L);
+#if defined(__APPLE__)
+
SetConnectionObject(connssldata);
-
+
+#endif
+
CURLcode certfetchcode;
certfetchcode = (curl_easy_perform(connssldata));