You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,13 @@ include $(PREBUILT_STATIC_LIBRARY)
44
44
45
45
## Options
46
46
47
-
Change scripts' configure arguments to meet your own needs.
47
+
- Change scripts' configure arguments to meet your own needs.
48
48
49
-
For now, using TLS (https) in Android would throw `peer verification failed`.
49
+
- For now, using TLS (https) in Android would throw `peer verification failed`.
50
50
51
-
Please explicitly set `curl_easy_setopt(curl, CURLOPT_CAINFO, CA_BUNDLE_PATH);` where `CA_BUNDLE_PATH` is your ca bundle path in the device storage.
51
+
Please explicitly set `curl_easy_setopt(curl, CURLOPT_CAINFO, CA_BUNDLE_PATH);` where `CA_BUNDLE_PATH` is your ca bundle path in the device storage.
52
52
53
-
Youcandownloadandcopy[cacert.pem](https://curl.haxx.se/docs/caextract.html) to Android assets or the device internal storage to get TLS working for libcurl.
53
+
Youcandownloadandcopy[cacert.pem](https://curl.haxx.se/docs/caextract.html) to Android assets or the device internal storage to get TLS working for libcurl.
0 commit comments