mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-30 00:56:46 +03:00
State explicitly USER config files can modify the default config
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
3f49cc14e7
commit
f68f43a42e
@ -3113,6 +3113,8 @@
|
|||||||
*
|
*
|
||||||
* If defined, this is a header which will be included after
|
* If defined, this is a header which will be included after
|
||||||
* `"mbedtls/mbedtls_config.h"` or #MBEDTLS_CONFIG_FILE.
|
* `"mbedtls/mbedtls_config.h"` or #MBEDTLS_CONFIG_FILE.
|
||||||
|
* This allows you to modify the default configuration, including the ability
|
||||||
|
* to undefine options that are enabled by default.
|
||||||
*
|
*
|
||||||
* This macro is expanded after an <tt>\#include</tt> directive. This is a popular but
|
* This macro is expanded after an <tt>\#include</tt> directive. This is a popular but
|
||||||
* non-standard feature of the C language, so this feature is only available
|
* non-standard feature of the C language, so this feature is only available
|
||||||
@ -3146,6 +3148,8 @@
|
|||||||
*
|
*
|
||||||
* If defined, this is a header which will be included after
|
* If defined, this is a header which will be included after
|
||||||
* `"psa/crypto_config.h"` or #MBEDTLS_PSA_CRYPTO_CONFIG_FILE.
|
* `"psa/crypto_config.h"` or #MBEDTLS_PSA_CRYPTO_CONFIG_FILE.
|
||||||
|
* This allows you to modify the default configuration, including the ability
|
||||||
|
* to undefine options that are enabled by default.
|
||||||
*
|
*
|
||||||
* This macro is expanded after an <tt>\#include</tt> directive. This is a popular but
|
* This macro is expanded after an <tt>\#include</tt> directive. This is a popular but
|
||||||
* non-standard feature of the C language, so this feature is only available
|
* non-standard feature of the C language, so this feature is only available
|
||||||
|
Loading…
x
Reference in New Issue
Block a user