Andrzej Kurek | 5902cd6 | 2021-09-28 10:00:32 -0400 | [diff] [blame] | 1 | Changes |
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. |