mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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 <mkroken@gmail.com>
This commit is contained in:
parent
8f23ec609c
commit
4b8c69258e
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mbedtls
|
PKG_NAME:=mbedtls
|
||||||
PKG_VERSION:=2.4.0
|
PKG_VERSION:=2.4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
|
||||||
|
@ -179,15 +179,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_DES_C
|
* \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 @@
|
@@ -2158,7 +2158,7 @@
|
||||||
* Caller: library/mbedtls_md.c
|
* Caller: library/mbedtls_md.c
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user