diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-28 22:56:27 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-28 22:56:36 +0100 |
commit | ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6 (patch) | |
tree | 60bcdf4aa3a6d91be97773dc404d114b1da338b4 /package/libs/mbedtls | |
parent | 19059d84a441994d18bb3ed3c1cb5450f75204f8 (diff) | |
download | upstream-ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6.tar.gz upstream-ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6.tar.bz2 upstream-ae37f2310baaeb970d1989c0a1ac0a10fa67c1f6.zip |
mbedtls: enable support for external private RSA keys to fix openvpn build issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs/mbedtls')
-rw-r--r-- | package/libs/mbedtls/patches/200-config.patch | 9 |
1 files changed, 0 insertions, 9 deletions
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. * |