mirror of
https://github.com/curl/curl.git
synced 2026-07-26 05:07:22 +03:00
ngtcp2: remove leftover variable
Mistake leftover from my edit before push.
Follow-up from 8a13be227e
Reported-by: Viktor Szakats
Bug: https://github.com/curl/curl/pull/9290#issuecomment-1214569167
This commit is contained in:
parent
5fd7cd7302
commit
c031ec53f8
1 changed files with 0 additions and 1 deletions
|
|
@ -415,7 +415,6 @@ static WOLFSSL_CTX *quic_ssl_ctx(struct Curl_easy *data)
|
|||
{
|
||||
struct connectdata *conn = data->conn;
|
||||
WOLFSSL_CTX *ssl_ctx = wolfSSL_CTX_new(wolfTLSv1_3_client_method());
|
||||
(void)wolfssl_logging;
|
||||
|
||||
if(ngtcp2_crypto_wolfssl_configure_client_context(ssl_ctx) != 0) {
|
||||
failf(data, "ngtcp2_crypto_wolfssl_configure_client_context failed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue