summaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch')
-rw-r--r--package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch b/package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch
index 0ec65dd466..464f2fcfed 100644
--- a/package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch
+++ b/package/network/utils/curl/patches/310-polarssl-disable-runtime-version-check.patch
@@ -11,7 +11,7 @@
version>>24, (version>>16)&0xff, (version>>8)&0xff);
--- a/lib/vtls/mbedtls.c
+++ b/lib/vtls/mbedtls.c
-@@ -705,7 +705,7 @@ void Curl_mbedtls_session_free(void *ptr
+@@ -713,7 +713,7 @@ void Curl_mbedtls_session_free(void *ptr
size_t Curl_mbedtls_version(char *buffer, size_t size)
{