[packages] curl: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24459 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-10 23:03:29 +00:00
parent 55f833f60e
commit 35624594db
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
@@ -37,7 +37,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
bin_SCRIPTS = curl-config
SUBDIRS = lib src
@ -11,7 +11,7 @@
pkgconfig_DATA = libcurl.pc
--- a/Makefile.in
+++ b/Makefile.in
@@ -298,7 +298,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
@@ -312,7 +312,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
bin_SCRIPTS = curl-config
SUBDIRS = lib src

View File

@ -25,7 +25,7 @@
" -3/--sslv3 Use SSLv3 (SSL)",
" --stderr <file> Where to redirect stderr. - means stdout",
" --tcp-nodelay Use the TCP_NODELAY option",
@@ -2445,10 +2447,12 @@ static ParameterError getparameter(char
@@ -2445,10 +2447,12 @@ static ParameterError getparameter(char
/* TLS version 1 */
config->ssl_version = CURL_SSLVERSION_TLSv1;
break;