X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibs%2Fpolarssl%2Fpatches%2F300-openssl_cipher_name_compat.patch;h=474a859cbde9832bd87ec052bf3b9c6eca7faa88;hp=027d6d8c6f79924b9d852834c8cbbbe2f5c05856;hb=3a1b6877a97fd3ee50e8502e2256eb4d42de620b;hpb=1f5498fb9725e96b023106a7d9a9dae0914e60a7 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,