]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: remove leftover variable
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Aug 2022 06:20:49 +0000 (08:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Aug 2022 06:22:20 +0000 (08:22 +0200)
Mistake leftover from my edit before push.

Follow-up from 8a13be227eede2601c2b3b
Reported-by: Viktor Szakats
Bug: https://github.com/curl/curl/pull/9290#issuecomment-1214569167

lib/vquic/ngtcp2.c

index 6ba249b63c5bbcf9e6cc2bd1c880422e2ec5b95a..7a1414f46e0c29e1fb00c731a6755a1c2f272b70 100644 (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");