[source] mbedtls: enable support for external private RSA keys to fix openvpn build issue

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 28 13:59:14 PST 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6

commit ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Dec 28 22:56:27 2016 +0100

    mbedtls: enable support for external private RSA keys to fix openvpn build issue
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/mbedtls/patches/200-config.patch | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/package/libs/mbedtls/patches/200-config.patch b/package/libs/mbedtls/patches/200-config.patch
index 72f0c91..be7127c 100644
--- 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.
   *



More information about the lede-commits mailing list