| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .gitignore | D | 03-May-2024 | 138 | 12 | 9 | |
| BUILD.generated.gni | D | 03-May-2024 | 22.3 KiB | 662 | 642 | |
| BUILD.gn | D | 03-May-2024 | 1.4 KiB | 47 | 42 | |
| README.md | D | 03-May-2024 | 218 | 10 | 7 | |
| err_data.c | D | 03-May-2024 | 34.9 KiB | 1,506 | 1,483 |
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 8python src/util/generate_build_files.py gn 9``` 10