From: Ilya Shipitsin Date: Sun, 10 Apr 2022 07:09:31 +0000 (+0500) Subject: DOC: adjust QUIC instruction in INSTALL X-Git-Tag: v2.6-dev6~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8541748d5228312494ba999f4eeeb147c1676e80;p=thirdparty%2Fhaproxy.git DOC: adjust QUIC instruction in INSTALL 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" --- diff --git a/INSTALL b/INSTALL index f9d94f34be..4dc9326fbd 100644 --- 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