diff options
author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2017-04-04 19:50:09 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-06 22:39:47 +0200 |
commit | 6107a75d5e4eb13a93e00258269595b8597eafbe (patch) | |
tree | b5f3710ff9ca3b68672e01967ef9487185e41bfd /package/mbedtls/Config.in | |
parent | a7fda62eec298542cfb72e032a8fe890cb632781 (diff) | |
download | buildroot-6107a75d5e4eb13a93e00258269595b8597eafbe.tar.gz buildroot-6107a75d5e4eb13a93e00258269595b8597eafbe.zip |
package: remove trailing whitespace
Occurrences were searched using [1]:
check-package --include-only TrailingSpace $(find * -type f)
and manually removed.
[1] http://patchwork.ozlabs.org/patch/729666/
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mbedtls/Config.in')
-rw-r--r-- | package/mbedtls/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mbedtls/Config.in b/package/mbedtls/Config.in index ed63f2da58..8836984cb5 100644 --- a/package/mbedtls/Config.in +++ b/package/mbedtls/Config.in @@ -23,7 +23,7 @@ config BR2_PACKAGE_MBEDTLS_COMPRESSION help 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 |