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"
This commit is contained in:
Ilya Shipitsin 2022-04-10 12:09:31 +05:00 committed by Willy Tarreau
parent 538d8fe8b7
commit 8541748d52
1 changed files with 1 additions and 1 deletions

View File

@ -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