]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: remove mentions of deprecated '--without-openssl' config parameter
authorSamuel Henrique <samueloph@debian.org>
Thu, 1 Sep 2022 21:39:34 +0000 (22:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Sep 2022 12:46:05 +0000 (14:46 +0200)
Closes #9415

docs/HTTP3.md
docs/INSTALL.md

index bf2c5e1d7de354f968c61a0a5c21ec23cae38abb..132a93dcef5ffcdecd05deadb1d1b8f95bf85a3b 100644 (file)
@@ -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
 
@@ -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
 
index 03d73843ac66452f43acf1d7fe899aa73c41c23a..c2782c69df5ea76d436153b0af977b04fb9d1189 100644 (file)
@@ -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