Use later version of BoringSSL

This commit is contained in:
Dmitri Tikhonov 2020-04-01 14:41:35 -04:00
parent 55613f4414
commit 7b08963c02
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ task:
- cd boringssl
# This is so that both GQUIC and IETF branches build. Just picking
# a known good revision:
- git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
- git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
- cmake .
- make
- cd -

View File

@ -31,7 +31,7 @@ before_script:
- cd boringssl
# This is so that both GQUIC and IETF branches build. Just picking
# a known good revision:
- git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
- git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
- cmake .
- make
- cd -

View File

@ -50,7 +50,7 @@ You may need to install pre-requisites like zlib and libevent.
2. Use specific BoringSSL version
```
git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530
git checkout bfe527fa35735e8e045cbfb42b012e13ca68f9cf
```
3. Compile the library