Commit 04dfb94
authored
Update BoringSSL to 2023-08-28. (#391)
* fix: Update boringssl to match Envoy (2022-02-07 -> 2023-08-28)
Fixes build warning-as-error:
```
external/boringssl/src/crypto/x509/t_x509.c:326:18: error: variable 'l' set but not used [-Werror,-Wunused-but-set-variable]
int ret = 0, l, i;
^
```
Signed-off-by: Martijn Stevenson <mstevenson@google.com>1 parent 265e9d8 commit 04dfb94
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments