projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19059d8
)
mbedtls: enable support for external private RSA keys to fix openvpn build issue
author
Felix Fietkau
<nbd@nbd.name>
Wed, 28 Dec 2016 21:56:27 +0000
(22:56 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 28 Dec 2016 21:56:36 +0000
(22:56 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 72f0c91c1ffc4ad0acb605541a6de21535fc6eb9..be7127c045401dff5b0673d84ecbc246dcf6b11d 100644
(file)
--- a/
package/libs/mbedtls/patches/200-config.patch
+++ b/
package/libs/mbedtls/patches/200-config.patch
@@
-119,15
+119,6
@@
/**
* \def MBEDTLS_ENTROPY_NV_SEED
-@@ -885,7 +885,7 @@
- *
- * Comment this macro to disable support for external private RSA keys.
- */
--#define MBEDTLS_PK_RSA_ALT_SUPPORT
-+//#define MBEDTLS_PK_RSA_ALT_SUPPORT
-
- /**
- * \def MBEDTLS_PKCS1_V15
@@ -917,14 +917,14 @@
* Uncomment this macro to disable the use of CRT in RSA.
*