projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b12aa
)
mbedtls: re-enable CFB support
author
Felix Fietkau
<nbd@nbd.name>
Mon, 9 Jan 2017 09:57:26 +0000
(10:57 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 9 Jan 2017 09:59:30 +0000
(10:59 +0100)
It is safe and required by some software, e.g. shadowsocks
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/mbedtls/patches/200-config.patch
patch
|
blob
|
history
diff --git
a/package/libs/mbedtls/patches/200-config.patch
b/package/libs/mbedtls/patches/200-config.patch
index cea2a04c07af588fad57e61f81d57ef81f05e585..96d7c156a7b3f52747161b19939be7ff72f01f8d 100644
(file)
--- 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