fix non-SSL builds again
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2007 11:09:56 +0000 (11:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2007 11:09:56 +0000 (11:09 +0000)
lib/sslgen.h

index d4b05b2..eef9298 100644 (file)
@@ -77,7 +77,7 @@ bool Curl_ssl_data_pending(struct connectdata *conn,
 #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 */