Browse Source

mbedtls: enable MBEDTLS_DHM_C

This option is required by OpenVPN, and OpenVPN 2.4 uses mbedTLS 2.x.
DHM_C is also already enabled in the PolarSSL 1.3.x config.h.

Signed-off-by: Magnus Kroken <[email protected]>
Magnus Kroken 8 năm trước cách đây
mục cha
commit
4b8c69258e

+ 1 - 1
package/libs/mbedtls/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mbedtls
 PKG_VERSION:=2.4.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_USE_MIPS16:=0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz

+ 0 - 9
package/libs/mbedtls/patches/200-config.patch

@@ -179,15 +179,6 @@
  
  /**
   * \def MBEDTLS_DES_C
-@@ -1740,7 +1740,7 @@
-  * This module is used by the following key exchanges:
-  *      DHE-RSA, DHE-PSK
-  */
--#define MBEDTLS_DHM_C
-+//#define MBEDTLS_DHM_C
- 
- /**
-  * \def MBEDTLS_ECDH_C
 @@ -2158,7 +2158,7 @@
   * Caller:  library/mbedtls_md.c
   *