cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] transfer.c

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 25 Jan 2007 11:35:29 +0100

(Ref. autobuild link failures)
Shouldn't this be:

Index: lib/sslgen.h
===================================================================
RCS file: /cvsroot/curl/curl/lib/sslgen.h,v
retrieving revision 1.7
diff -u -r1.7 sslgen.h
--- lib/sslgen.h 24 Jan 2007 17:19:08 -0000 1.7
+++ lib/sslgen.h 25 Jan 2007 10:32:38 -0000
@@ -77,7 +77,7 @@
 #if !defined(USE_SSL) && !defined(SSLGEN_C)
 /* set up blank macros for none-SSL builds */
 #define Curl_ssl_close_all(x)
-#define Curl_ssl_data_pending(x) 0
+#define Curl_ssl_data_pending(x,y) 0
 #endif
 
 #define SSL_SHUTDOWN_TIMEOUT 10000 /* ms */
Received on 2007-01-25