diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 16:59:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-24 16:59:43 +0000 |
commit | 4cd1ace48d0b428c84a7e38d92621c9ef499d546 (patch) | |
tree | 7c047984bb9cc076495730703982fff05d784b98 /package/libs/polarssl/patches/310-fix_blowfish_key_len.patch | |
parent | e4b7360ec658e79f1324e642475abd39ffe0bb16 (diff) | |
download | mtk-20170518-4cd1ace48d0b428c84a7e38d92621c9ef499d546.zip mtk-20170518-4cd1ace48d0b428c84a7e38d92621c9ef499d546.tar.gz mtk-20170518-4cd1ace48d0b428c84a7e38d92621c9ef499d546.tar.bz2 |
polarssl: update to version 1.2.8
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37527
Diffstat (limited to 'package/libs/polarssl/patches/310-fix_blowfish_key_len.patch')
-rw-r--r-- | package/libs/polarssl/patches/310-fix_blowfish_key_len.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/libs/polarssl/patches/310-fix_blowfish_key_len.patch b/package/libs/polarssl/patches/310-fix_blowfish_key_len.patch deleted file mode 100644 index 0b4878e..0000000 --- a/package/libs/polarssl/patches/310-fix_blowfish_key_len.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/library/cipher_wrap.c -+++ b/library/cipher_wrap.c -@@ -642,7 +642,7 @@ const cipher_base_t blowfish_info = { - const cipher_info_t blowfish_cbc_info = { - POLARSSL_CIPHER_BLOWFISH_CBC, - POLARSSL_MODE_CBC, -- 32, -+ 128, - "BF-CBC", - 8, - 8, -@@ -653,7 +653,7 @@ const cipher_info_t blowfish_cbc_info = - const cipher_info_t blowfish_cfb64_info = { - POLARSSL_CIPHER_BLOWFISH_CFB64, - POLARSSL_MODE_CFB, -- 32, -+ 128, - "BF-CFB64", - 8, - 8, -@@ -665,7 +665,7 @@ const cipher_info_t blowfish_cfb64_info - const cipher_info_t blowfish_ctr_info = { - POLARSSL_CIPHER_BLOWFISH_CTR, - POLARSSL_MODE_CTR, -- 32, -+ 128, - "BF-CTR", - 8, - 8, |