Gilles Peskine | fef877f | 2024-04-26 14:25:22 +0200 | [diff] [blame^] | 1 | Changes |
2 | * Explicitly state that mbedtls/check_config.h must not be included manually. | ||||
3 | When migrating from Mbed TLS 2.x, if you had a custom config.h that | ||||
4 | included check_config.h, remove this inclusion from the Mbed TLS 3.x | ||||
5 | configuration file (renamed to mbedtls_config.h). This change was made | ||||
6 | in Mbed TLS 3.0, but was not announced in a changelog entry at the time. |