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 4b779025f7..56c6c4d235 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 -@@ -951,8 +951,8 @@ +@@ -1011,8 +1011,8 @@ * POLARSSL_SHA1_C * * Comment this macro to disable support for SSL 3.0 |