diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-09 10:57:26 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-09 10:59:30 +0100 |
commit | f0353c5e8ceefee65728b6507229aab791cf6732 (patch) | |
tree | cccc373534e1f837394bab184183b7420ae8dced /package/libs | |
parent | c1b12aa838587952b269a75ad278e8805aa9a65f (diff) | |
download | upstream-f0353c5e8ceefee65728b6507229aab791cf6732.tar.gz upstream-f0353c5e8ceefee65728b6507229aab791cf6732.tar.bz2 upstream-f0353c5e8ceefee65728b6507229aab791cf6732.zip |
mbedtls: re-enable CFB support
It is safe and required by some software, e.g. shadowsocks
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/mbedtls/patches/200-config.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/libs/mbedtls/patches/200-config.patch b/package/libs/mbedtls/patches/200-config.patch index cea2a04c07..96d7c156a7 100644 --- a/package/libs/mbedtls/patches/200-config.patch +++ b/package/libs/mbedtls/patches/200-config.patch @@ -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 |