mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Remove reference to including check_config.h
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
d3da503c29
commit
c850054759
|
|
@ -8,8 +8,6 @@ These files are complete replacements for the default mbedtls_config.h. To use o
|
||||||
them, you can pick one of the following methods:
|
them, you can pick one of the following methods:
|
||||||
|
|
||||||
1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
|
1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
|
||||||
(Depending on your compiler, you may need to adjust the line with
|
|
||||||
#include "mbedtls/check_config.h" then.)
|
|
||||||
|
|
||||||
2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
|
2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
|
||||||
For example, using make:
|
For example, using make:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue