mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 19:20:18 +00:00
Move comment closer to relevant code
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
ba7248abc4
commit
d3da503c29
@ -41,15 +41,15 @@
|
|||||||
#error "Invalid config version, MBEDTLS_CONFIG_VERSION != 1"
|
#error "Invalid config version, MBEDTLS_CONFIG_VERSION != 1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_USER_CONFIG_VERSION)
|
||||||
|
#error "MBEDTLS_USER_CONFIG_VERSION defined outside MBEDTLS_USER_CONFIG_FILE"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Target and application specific configurations
|
/* Target and application specific configurations
|
||||||
*
|
*
|
||||||
* Allow user to override any previous default.
|
* Allow user to override any previous default.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#if defined(MBEDTLS_USER_CONFIG_VERSION)
|
|
||||||
#error "MBEDTLS_USER_CONFIG_VERSION defined outside MBEDTLS_USER_CONFIG_FILE"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||||
#include MBEDTLS_USER_CONFIG_FILE
|
#include MBEDTLS_USER_CONFIG_FILE
|
||||||
#if !defined(MBEDTLS_USER_CONFIG_VERSION) || \
|
#if !defined(MBEDTLS_USER_CONFIG_VERSION) || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user