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
1 changed files with 0 additions and 9 deletions
|
@ -9,15 +9,6 @@
|
||||||
|
|
||||||
/* \} name SECTION: System support */
|
/* \} 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 @@
|
@@ -441,17 +441,17 @@
|
||||||
*
|
*
|
||||||
* Comment macros to disable the curve and functions for it
|
* Comment macros to disable the curve and functions for it
|
||||||
|
|
Loading…
Reference in a new issue