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.

View file

@ -20,11 +20,6 @@
* limitations under the License.
*/
/*
* It is recommended to include this file from your mbedtls_config.h
* in order to catch dependency issues early.
*/
#ifndef MBEDTLS_CHECK_CONFIG_H
#define MBEDTLS_CHECK_CONFIG_H

View file

@ -1743,10 +1743,6 @@
* Uncomment this to enable use of PSA Crypto configuration settings which
* can be found in include/psa/crypto_config.h.
*
* If you enable this option and write your own configuration file, you must
* include mbedtls/config_psa.h in your configuration file. The default
* provided mbedtls/mbedtls_config.h contains the necessary inclusion.
*
* This feature is still experimental and is not ready for production since
* it is not completed.
*/