mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
mbedtls: enable support for external private RSA keys to fix openvpn build issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
19059d84a4
commit
ae37f2310b
@ -119,15 +119,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_ENTROPY_NV_SEED
|
* \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 @@
|
@@ -917,14 +917,14 @@
|
||||||
* Uncomment this macro to disable the use of CRT in RSA.
|
* Uncomment this macro to disable the use of CRT in RSA.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user