projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c8f6d
)
mbedtls: Deactivate platform abstraction
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 21 May 2018 11:58:54 +0000
(13:58 +0200)
committer
John Crispin
<john@phrozen.org>
Tue, 22 May 2018 18:47:21 +0000
(20:47 +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 8a98941c2a6aa7d113ddd0686177f8e4ef810d06..7bd0711e2c265e1cae7b2d2e2bada77362f5f243 100644
(file)
--- a/
package/libs/mbedtls/patches/200-config.patch
+++ b/
package/libs/mbedtls/patches/200-config.patch
@@
-213,6
+213,15
@@
/**
* \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 @@
* Caller: library/md.c
*