mbedtls: Deactivate platform abstraction
This makes mbedtls use the POSIX API directly and not use the own abstraction layer. The size of the ipkg decreased by about 100 bytes. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f2c8f6dc32
commit
2ea8f9c244
1 changed files with 9 additions and 0 deletions
|
@ -213,6 +213,15 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_MD_C
|
* \def MBEDTLS_MD_C
|
||||||
|
@@ -2388,7 +2388,7 @@
|
||||||
|
*
|
||||||
|
* This module enables abstraction of common (libc) functions.
|
||||||
|
*/
|
||||||
|
-#define MBEDTLS_PLATFORM_C
|
||||||
|
+//#define MBEDTLS_PLATFORM_C
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \def MBEDTLS_RIPEMD160_C
|
||||||
@@ -2399,7 +2399,7 @@
|
@@ -2399,7 +2399,7 @@
|
||||||
* Caller: library/md.c
|
* Caller: library/md.c
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue