Skip to content
Snippets Groups Projects
Commit d8cf2d42 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent warning for non-SSL builds

parent 96d7a95c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment