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:
parent
538d8fe8b7
commit
8541748d52
2
INSTALL
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue