Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1

This commit is contained in:
Dmitri Tikhonov 2020-10-05 10:41:36 -04:00
parent fecdd10417
commit cb1e8c1022
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ COPY ./ /src/lsquic/
RUN git clone https://boringssl.googlesource.com/boringssl && \
cd boringssl && \
git checkout 251b5169fd44345f455438312ec4e18ae07fd58c && \
git checkout b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1 && \
cmake . && \
make