From 7e6140cb93cbd10cea45267fb02a6fbf1c459f2e Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Thu, 1 Sep 2022 22:39:34 +0100 Subject: [PATCH] docs: remove mentions of deprecated '--without-openssl' config parameter Closes #9415 --- docs/HTTP3.md | 4 ++-- docs/INSTALL.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index bf2c5e1d7d..132a93dcef 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -106,7 +106,7 @@ Build curl % git clone https://github.com/curl/curl % cd curl % autoreconf -fi - % ./configure --without-openssl --with-gnutls= --with-nghttp3= --with-ngtcp2= + % ./configure --with-gnutls= --with-nghttp3= --with-ngtcp2= % make % make install @@ -147,7 +147,7 @@ Build curl % git clone https://github.com/curl/curl % cd curl % autoreconf -fi - % ./configure --without-openssl --with-wolfssl= --with-nghttp3= --with-ngtcp2= + % ./configure --with-wolfssl= --with-nghttp3= --with-ngtcp2= % make % make install diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 03d73843ac..c2782c69df 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -267,8 +267,7 @@ Windows you should choose another SSL backend such as OpenSSL. On modern Apple operating systems, curl can be built to use Apple's SSL/TLS implementation, Secure Transport, instead of OpenSSL. To build with Secure -Transport for SSL/TLS, use the configure option `--with-secure-transport`. (It -is not necessary to use the option `--without-openssl`.) +Transport for SSL/TLS, use the configure option `--with-secure-transport`. When Secure Transport is in use, the curl options `--cacert` and `--capath` and their libcurl equivalents, will be ignored, because Secure Transport uses -- 2.47.3