aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-07 21:28:12 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-07 21:28:12 +0000
commit435c44e7ead534939039968b51f1d43bba295059 (patch)
tree266a813297281feb9cc332d0e267a95490045386 /package/libs/polarssl/patches
parent0c5dcfc06f5fcc677eed644a77d902edc33c0a96 (diff)
downloadupstream-435c44e7ead534939039968b51f1d43bba295059.tar.gz
upstream-435c44e7ead534939039968b51f1d43bba295059.tar.bz2
upstream-435c44e7ead534939039968b51f1d43bba295059.zip
[package] polarssl: update to 1.2.9
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/polarssl/patches')
-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 027d6d8c6f..474a859cbd 100644
--- a/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
+++ b/package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch
@@ -24,7 +24,7 @@
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
-@@ -643,7 +643,7 @@ const cipher_info_t blowfish_cbc_info =
+@@ -643,7 +643,7 @@ const cipher_info_t blowfish_cbc_info =
POLARSSL_CIPHER_BLOWFISH_CBC,
POLARSSL_MODE_CBC,
128,
@@ -33,7 +33,7 @@
8,
8,
&blowfish_info
-@@ -654,7 +654,7 @@ const cipher_info_t blowfish_cfb64_info
+@@ -654,7 +654,7 @@ const cipher_info_t blowfish_cfb64_info
POLARSSL_CIPHER_BLOWFISH_CFB64,
POLARSSL_MODE_CFB,
128,
@@ -42,7 +42,7 @@
8,
8,
&blowfish_info
-@@ -666,7 +666,7 @@ const cipher_info_t blowfish_ctr_info =
+@@ -666,7 +666,7 @@ const cipher_info_t blowfish_ctr_info =
POLARSSL_CIPHER_BLOWFISH_CTR,
POLARSSL_MODE_CTR,
128,