From: Felix Fietkau Date: Wed, 28 Dec 2016 21:56:27 +0000 (+0100) Subject: mbedtls: enable support for external private RSA keys to fix openvpn build issue X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6 mbedtls: enable support for external private RSA keys to fix openvpn build issue Signed-off-by: Felix Fietkau --- diff --git a/package/libs/mbedtls/patches/200-config.patch b/package/libs/mbedtls/patches/200-config.patch index 72f0c91c1f..be7127c045 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. *