Hello,

small fix for guide how to build QUICTLS

Ilya
From 3ffd8d1b8d54f5dccd04d2cee6069e2d89d249ec Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Sun, 10 Apr 2022 12:09:31 +0500
Subject: [PATCH] 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"
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index f9d94f34b..4dc9326fb 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
 
-- 
2.35.1

Reply via email to