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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user