]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: adjust QUIC instruction in INSTALL
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 10 Apr 2022 07:09:31 +0000 (12:09 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 05:14:55 +0000 (07:14 +0200)
enable-tls1_3 is default, no need to specify it. make "libdir" explicit,
later example uses "lib" which was changed in 3.0.1 to "lib64"

INSTALL

diff --git a/INSTALL b/INSTALL
index f9d94f34beebfe39f290db6f4e03261f48e87f66..4dc9326fbdd91853c0b4515520c3ecc4f30f179c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -400,7 +400,7 @@ is to use QUICTLS. This is a fork of OpenSSL with a QUIC-compatible API. Its
 repository is available at https://github.com/quictls/openssl. You can use the
 following instruction to build a functional QUICTLS.
 
-  $ ./config enable-tls1_3 [--prefix=/opt/quictls]
+  $ ./config --libdir=lib [--prefix=/opt/quictls]
   $ make
   $ make install