From 72bc35c82354caa4f5e9caeefc796643e388862f Mon Sep 17 00:00:00 2001 From: tzvikatz <52920353+tzvikatz@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:00:13 +0200 Subject: [PATCH] Update README.md Remove the need for specific boringSSL version following https://github.com/litespeedtech/lsquic/issues/432 and test that latest boringSSL and latest lsquic compile and work properly --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 18018a7..805a088 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,7 @@ cd boringssl You may need to install pre-requisites like zlib and libevent. -2. Use specific BoringSSL version - -``` -git checkout a9670a8b476470e6f874fef3554e8059683e1413 -``` - -3. Compile the library +2. Compile the library ``` cmake . && make