mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Bjrn Stenberg corrected the silly '(void)data' usage when SSL is not
used
This commit is contained in:
parent
72a7fd4dc7
commit
cce05b9138
@ -358,7 +358,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
||||
X509_free(conn->ssl.server_cert);
|
||||
#else /* USE_SSLEAY */
|
||||
/* this is for "-ansi -Wall -pedantic" to stop complaining! (rabe) */
|
||||
(void) data;
|
||||
(void) conn;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user