From 6603a0c23274507f2daa75880e56e9dc1343d8c8 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 21 May 2018 13:58:54 +0200 Subject: [PATCH] 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 --- package/libs/mbedtls/patches/200-config.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package/libs/mbedtls/patches/200-config.patch b/package/libs/mbedtls/patches/200-config.patch index 70ef95477c..26776bf945 100644 --- a/package/libs/mbedtls/patches/200-config.patch +++ b/package/libs/mbedtls/patches/200-config.patch @@ -210,6 +210,15 @@ /** * \def MBEDTLS_MD_C +@@ -2354,7 +2354,7 @@ + * + * This module enables abstraction of common (libc) functions. + */ +-#define MBEDTLS_PLATFORM_C ++//#define MBEDTLS_PLATFORM_C + + /** + * \def MBEDTLS_RIPEMD160_C @@ -2365,7 +2365,7 @@ * Caller: library/md.c * -- 2.30.2