mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
prevent warning for non-SSL builds
This commit is contained in:
parent
96d7a95ce4
commit
d8cf2d42c0
@ -1249,8 +1249,8 @@ Curl_SSLConnect(struct connectdata *conn,
|
||||
|
||||
X509_free(connssl->server_cert);
|
||||
#else /* USE_SSLEAY */
|
||||
/* this is for "-ansi -Wall -pedantic" to stop complaining! (rabe) */
|
||||
(void) conn;
|
||||
(void)conn;
|
||||
(void)sockindex;
|
||||
#endif
|
||||
return retcode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user