Skip to content

Commit

Permalink
docs: remove mentions of deprecated '--without-openssl' config parameter
Browse files Browse the repository at this point in the history
Closes #9415
  • Loading branch information
samueloph authored and bagder committed Sep 2, 2022
1 parent 464ff5a commit 7e6140c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/HTTP3.md
Expand Up @@ -106,7 +106,7 @@ Build curl
% git clone https://github.com/curl/curl
% cd curl
% autoreconf -fi
% ./configure --without-openssl --with-gnutls=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
% ./configure --with-gnutls=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
% make
% make install

Expand Down Expand Up @@ -147,7 +147,7 @@ Build curl
% git clone https://github.com/curl/curl
% cd curl
% autoreconf -fi
% ./configure --without-openssl --with-wolfssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
% ./configure --with-wolfssl=<somewhere1> --with-nghttp3=<somewhere2> --with-ngtcp2=<somewhere3>
% make
% make install

Expand Down
3 changes: 1 addition & 2 deletions docs/INSTALL.md
Expand Up @@ -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
Expand Down

0 comments on commit 7e6140c

Please sign in to comment.