Skip to content

Commit 89f1f03

Browse files
committed
Remove MBEDTLS_FS_IO and MBEDTLS_SHA1_C
They are already defined in target.json file and causing redefinition warnings
1 parent ac4c5c4 commit 89f1f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/NICLA_VISION/conf/custom_mbedtls_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ void * tstDoTraceAndCalloc(
11631163
*
11641164
* Enable functions that use the filesystem.
11651165
*/
1166-
#define MBEDTLS_FS_IO
1166+
//#define MBEDTLS_FS_IO
11671167

11681168
/**
11691169
* \def MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES
@@ -2770,7 +2770,7 @@ void * tstDoTraceAndCalloc(
27702770
* on it, and considering stronger message digests instead.
27712771
*
27722772
*/
2773-
#define MBEDTLS_SHA1_C
2773+
//#define MBEDTLS_SHA1_C
27742774

27752775
/**
27762776
* \def MBEDTLS_SHA256_C

0 commit comments

Comments
 (0)