mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-10 20:29:57 +00:00
Move comment closer to relevant code
Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -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) || \
|
||||
|
||||
Reference in New Issue
Block a user