aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch')
-rw-r--r--package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch b/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
index 6ca43c3128..027d6d8c6f 100644
--- a/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
+++ b/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
@@ -27,7 +27,7 @@
@@ -643,7 +643,7 @@ const cipher_info_t blowfish_cbc_info =
POLARSSL_CIPHER_BLOWFISH_CBC,
POLARSSL_MODE_CBC,
- 32,
+ 128,
- "BLOWFISH-CBC",
+ "BF-CBC",
8,
@@ -36,7 +36,7 @@
@@ -654,7 +654,7 @@ const cipher_info_t blowfish_cfb64_info
POLARSSL_CIPHER_BLOWFISH_CFB64,
POLARSSL_MODE_CFB,
- 32,
+ 128,
- "BLOWFISH-CFB64",
+ "BF-CFB64",
8,
@@ -45,7 +45,7 @@
@@ -666,7 +666,7 @@ const cipher_info_t blowfish_ctr_info =
POLARSSL_CIPHER_BLOWFISH_CTR,
POLARSSL_MODE_CTR,
- 32,
+ 128,
- "BLOWFISH-CTR",
+ "BF-CTR",
8,