Commit 1fd4896
committed
Add chip_crypto=boringssl flag
Fixes #24.
`boringssl` is bundled as part of the repo and built and statically linked into the resulting library, so it should get updates with every Matter SDK release.
I think this solution is much preferrable to running EoL openssl.
I verified this builds on github actions for [x86](https://github.com/leonm1/chip-wheels/actions/runs/7952221255/job/21706593163) and [Mac](https://github.com/leonm1/chip-wheels/actions/runs/7952221255/job/21706593214) (I don't have an aarch64 runner to test on).1 parent 529534e commit 1fd4896
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| 225 | + | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
| |||
0 commit comments