mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
mbedtls: re-enable CFB support
It is safe and required by some software, e.g. shadowsocks Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c1b12aa838
commit
f0353c5e8c
@ -9,15 +9,6 @@
|
||||
|
||||
/* \} name SECTION: System support */
|
||||
|
||||
@@ -347,7 +347,7 @@
|
||||
*
|
||||
* Enable Cipher Feedback mode (CFB) for symmetric ciphers.
|
||||
*/
|
||||
-#define MBEDTLS_CIPHER_MODE_CFB
|
||||
+//#define MBEDTLS_CIPHER_MODE_CFB
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_CIPHER_MODE_CTR
|
||||
@@ -441,17 +441,17 @@
|
||||
*
|
||||
* Comment macros to disable the curve and functions for it
|
||||
|
Loading…
Reference in New Issue
Block a user