projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1ae07
)
mbedtls: Deactivate platform abstraction
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 21 May 2018 11:58:54 +0000
(13:58 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 8 Aug 2018 19:32:26 +0000
(21:32 +0200)
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>
package/libs/mbedtls/patches/200-config.patch
patch
|
blob
|
history
diff --git
a/package/libs/mbedtls/patches/200-config.patch
b/package/libs/mbedtls/patches/200-config.patch
index 70ef95477ce6d94a9179b0ebadc7d20ede05cd82..26776bf9456e83207bd514ba71c4d40def7cb135 100644
(file)
--- 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
*