mirror of
https://github.com/curl/curl.git
synced 2026-06-20 21:45:38 +03:00
prevent warning for non-SSL builds
This commit is contained in:
parent
96d7a95ce4
commit
d8cf2d42c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue