summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2021-09-10 12:11:50 -0400
committerScott Talbert <swt@techie.net>2021-09-10 12:11:50 -0400
commit3adfed3d2ce2a2ed6ee1f64f2457fac3aec86c91 (patch)
tree1cf0fe6bd51a4169afca0db7742f11a2a379f875 /INSTALL.rst
parent23afe62edb66a751604974bef5dad63edd79d3de (diff)
downloadpycurl-3adfed3d2ce2a2ed6ee1f64f2457fac3aec86c91.tar.gz
Add support for SecureTransport SSL backend
This allows pycurl to be compiled with the curl that is shipped with macOS.
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index ffc8030..89b868e 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -53,7 +53,7 @@ It will then fail at runtime as follows::
To fix this, you need to tell ``setup.py`` what SSL backend is used::
- python setup.py --with-[openssl|gnutls|nss|mbedtls|wolfssl] install
+ python setup.py --with-[openssl|gnutls|nss|mbedtls|wolfssl|sectransp] install
Note: as of PycURL 7.21.5, setup.py accepts ``--with-openssl`` option to
indicate that libcurl is built against OpenSSL/LibreSSL/BoringSSL.
@@ -86,7 +86,7 @@ environment variable::
The same applies to the SSL backend, if you need to specify it (see the SSL
note above)::
- export PYCURL_SSL_LIBRARY=[openssl|gnutls|nss|mbedtls]
+ export PYCURL_SSL_LIBRARY=[openssl|gnutls|nss|mbedtls|sectransp]
easy_install pycurl