basicstation: fix compilation for new mbedtls version 3.x
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 14 Aug 2024 10:01:48 +0000 (12:01 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 19 Aug 2024 19:15:06 +0000 (12:15 -0700)
commita8908922428e8ece7e84ceaa151101fc3afb536f
treea1b03c79c308ba90e7e78a9c837ccf747bb92bf4
parent9a7f683863e4b3df5ea4b71e94e9b9481999429f
basicstation: fix compilation for new mbedtls version 3.x

The basicstation build fails since the change to the new major version
3.x of mbedtls, because of API changes in the new mbedtls version.

To fix the compilation for new mbedtls version, the waiting pullrequest
is backported as a patch.

Thanks to 'Glenn Strauss' to create this PR:
https://github.com/lorabasics/basicstation/pull/198

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/basicstation/Makefile
net/basicstation/patches/001-build-with-mbedtls-3.x.patch [new file with mode: 0644]