diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-30 10:21:40 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-30 10:21:40 +0200 |
commit | 074b6689e81d5bc4abf08d63dc8086b9cc41a078 (patch) | |
tree | 8cff99d679b7260a54cebac38af0764b16394b71 /package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch | |
parent | 18abd4aa94cd59240b90257c95877c0ea2fd1796 (diff) | |
parent | e7584697f24d0bc6fc660703d97a38598cb76690 (diff) | |
download | buildroot-novena-074b6689e81d5bc4abf08d63dc8086b9cc41a078.tar.gz buildroot-novena-074b6689e81d5bc4abf08d63dc8086b9cc41a078.zip |
Merge branch 'fixes-20100729' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch')
-rw-r--r-- | package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch b/package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch deleted file mode 100644 index b15ed9631..000000000 --- a/package/libcurl/libcurl-7.19.2-fix-ssl-no-verbose.patch +++ /dev/null @@ -1,25 +0,0 @@ -ssluse.c: fix build breakage with --with-ssl --disable-verbose - -Revision 1.206 of ssluse.c removed the prefix argument to asn1_output, -but it is still referenced in the CURL_DISABLE_VERBOSE_STRINGS case. - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - lib/ssluse.c | 4 ---- - 1 file changed, 4 deletions(-) - -Index: curl-7.19.2/lib/ssluse.c -=================================================================== ---- curl-7.19.2.orig/lib/ssluse.c -+++ curl-7.19.2/lib/ssluse.c -@@ -923,10 +923,6 @@ - int i; - int year=0,month=0,day=0,hour=0,minute=0,second=0; - --#ifdef CURL_DISABLE_VERBOSE_STRINGS -- (void)prefix; --#endif -- - i=tm->length; - asn1_string=(const char *)tm->data; - |