diff options
Diffstat (limited to 'package/libs/polarssl/patches/100-disable_sslv3.patch')
-rw-r--r-- | package/libs/polarssl/patches/100-disable_sslv3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/polarssl/patches/100-disable_sslv3.patch b/package/libs/polarssl/patches/100-disable_sslv3.patch index 06312f3471..4b779025f7 100644 --- a/package/libs/polarssl/patches/100-disable_sslv3.patch +++ b/package/libs/polarssl/patches/100-disable_sslv3.patch @@ -1,6 +1,6 @@ --- a/include/polarssl/config.h +++ b/include/polarssl/config.h -@@ -859,8 +859,8 @@ +@@ -951,8 +951,8 @@ * POLARSSL_SHA1_C * * Comment this macro to disable support for SSL 3.0 |