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
This commit is contained in:
tzvikatz 2022-12-19 15:00:13 +02:00 committed by GitHub
parent b5efa50a5a
commit 72bc35c823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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