1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

No other headers are included by mbedtls_config.h

These have been moved to build_info.h. Update the documentation to
reflect this.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2021-06-28 14:22:39 +01:00
parent 4a9d1bf95c
commit 9cd7065307
3 changed files with 1 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ Introduce a level of indirection and versioning in the config files
Also, if you have a custom configuration file:
* Don't include `check_config.h` anymore.
* Don't include `check_config.h` or `config_psa.h` anymore.
* Don't define `MBEDTLS_CONFIG_H` anymore.
A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced.