blob: 1a4b31dcaad12fd17d2210b3cf6a3c196c37cd1f [file] [log] [blame]
Andrzej Kurek5902cd62021-09-28 10:00:32 -04001Changes
2 * Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on and increasing the
3 code size by about 80B on an M0 build. This option only gated an ability
4 to set a callback, but was deemed unnecessary as it was yet another define
5 to remember when writing tests, or test configurations. Fixes #4653.