File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
features/mbedtls/inc/mbedtls Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 22
22
// This first section is checking the values from mbed_app.json and
23
23
// mbedtls/mbed_lib.json and setting the appropriate defines for them
24
24
25
- #ifdef MBED_CONF_MBEDTLS_APP_CONFIG_FILE
26
-
27
- #include <limits.h>
28
- #include MBED_CONF_MBEDTLS_APP_CONFIG_FILE
29
-
30
- #endif // else MBED_CONF_MBEDTLS_APP_CONFIG_FILE
31
-
32
25
#if MBED_CONF_MBEDTLS_PELION_CLIENT
33
26
#undef MBED_CONF_MBEDTLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
34
27
#define MBED_CONF_MBEDTLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 1
452
445
#define MBEDTLS_SSL_COOKIE_C
453
446
#define MBEDTLS_SSL_CLI_C
454
447
455
- >>>>>>> b4b9199 ... A small amount of cleanup
448
+ // finally, let any file referred to with mbedtls.app-config-file override
449
+ // any of the other selections
450
+ #ifdef MBED_CONF_MBEDTLS_APP_CONFIG_FILE
451
+
452
+ #include <limits.h>
453
+ #include MBED_CONF_MBEDTLS_APP_CONFIG_FILE
454
+
455
+ #endif // else MBED_CONF_MBEDTLS_APP_CONFIG_FILE
456
+
456
457
#include "check_config.h"
457
458
458
459
#endif // __MBEDTLS_CONFIG_READER_H__
You can’t perform that action at this time.
0 commit comments