blob: 86723e0907f622d7439fbf5acc64faa486204e51 [file] [log] [blame]
Gilles Peskinefef877f2024-04-26 14:25:22 +02001Changes
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.