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
1 changed files with 4 additions and 4 deletions
|
@ -41,15 +41,15 @@
|
|||
#error "Invalid config version, MBEDTLS_CONFIG_VERSION != 1"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_USER_CONFIG_VERSION)
|
||||
#error "MBEDTLS_USER_CONFIG_VERSION defined outside MBEDTLS_USER_CONFIG_FILE"
|
||||
#endif
|
||||
|
||||
/* Target and application specific configurations
|
||||
*
|
||||
* 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)
|
||||
#include MBEDTLS_USER_CONFIG_FILE
|
||||
#if !defined(MBEDTLS_USER_CONFIG_VERSION) || \
|
||||
|
|
Loading…
Reference in a new issue