From d6415bf1bdeba8e8d1505f3b3bd2c4e019b486f7 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 7 Oct 2013 21:28:12 +0000 Subject: polarssl: update to 1.2.9 Signed-off-by: Luka Perkov SVN-Revision: 38330 --- package/libs/polarssl/patches/300-openssl_cipher_name_compat.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/libs/polarssl/patches') 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, -- cgit v1.2.3