diff options
Diffstat (limited to 'package/mbedtls')
-rw-r--r-- | package/mbedtls/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mbedtls/Config.in b/package/mbedtls/Config.in index 8836984cb5..a39ba65d98 100644 --- a/package/mbedtls/Config.in +++ b/package/mbedtls/Config.in @@ -24,9 +24,9 @@ config BR2_PACKAGE_MBEDTLS_COMPRESSION Enable support for compression of the content data before it enters the secure channel as described in RFC 3749. - Warning: TLS compression may make you vulnerable to the CRIME - attack. You should not enable it unless you know for sure CRIME - and similar attacks are not applicable to your particular - situation. + Warning: TLS compression may make you vulnerable to the + CRIME attack. You should not enable it unless you know for + sure CRIME and similar attacks are not applicable to your + particular situation. endif |