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:
Daniel Stenberg 2022-08-15 08:20:49 +02:00
parent 5fd7cd7302
commit c031ec53f8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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");