silence warning
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 May 2006 05:16:38 +0000 (05:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 May 2006 05:16:38 +0000 (05:16 +0000)
lib/sslgen.c

index f8f8ec6..6411315 100644 (file)
@@ -568,6 +568,7 @@ int Curl_ssl_check_cxn(struct connectdata *conn)
 #ifdef USE_SSLEAY
   return Curl_ossl_check_cxn(conn);
 #else
+  (void)conn;
   /* TODO: we lack implementation of this for GnuTLS */
   return -1; /* connection status unknown */
 #endif /* USE_SSLEAY */