mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-06 10:10:59 +08:00

There are two somewhat distinct aspects here: if it compiled, it still compiles; and if it worked functionally, it still works. They're related in that if application code currently compiles but cannot possibly work, we could reasonably make it not compile anymore. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>