• Home
Name Date Size #Lines LOC

..--

.gitignoreD03-May-2024130 118

BUILD.generated.gniD03-May-202421.5 KiB648628

BUILD.gnD03-May-20241.4 KiB4742

README.mdD03-May-2024219 107

err_data.cD03-May-202434.9 KiB1,4941,471

README.md

1# Updating boringssl
2
3The boringssl repo is configured as a git submodule in
4`third_party/boringssl/src`. After updating the submodule, run:
5
6```
7cd third_party/boringssl
8python2 src/util/generate_build_files.py gn
9```
10