Commit d8cf2d42 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent warning for non-SSL builds

parent 96d7a95c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)sockindex;
#endif
  return retcode;
}