keylog: drop unused/redundant includes and guards

Closes #21137
This commit is contained in:
Viktor Szakats 2026-03-28 03:21:27 +01:00
parent bb0c8cf5af
commit 31ec67651a
No known key found for this signature in database
4 changed files with 1 additions and 5 deletions

View File

@ -64,7 +64,6 @@
#include "vquic/vquic.h"
#include "vquic/vquic_int.h"
#include "vquic/vquic-tls.h"
#include "vtls/keylog.h"
#include "vtls/vtls.h"
#include "vtls/vtls_scache.h"
#include "vquic/curl_ngtcp2.h"

View File

@ -48,7 +48,6 @@
#include "url.h"
#include "bufref.h"
#include "vtls/openssl.h"
#include "vtls/keylog.h"
#include "vtls/vtls.h"
/* HTTP/3 error values defined in RFC 9114, ch. 8.1 */

View File

@ -45,7 +45,6 @@
#include "urldata.h"
#include "cfilters.h"
#include "vtls/keylog.h"
#include "vtls/vtls.h"
#include "vtls/vtls_scache.h"
#include "vquic/vquic-tls.h"

View File

@ -26,7 +26,6 @@
#if defined(USE_OPENSSL) || \
defined(USE_GNUTLS) || \
defined(USE_WOLFSSL) || \
(defined(USE_NGTCP2) && defined(USE_NGHTTP3)) || \
defined(USE_QUICHE) || \
defined(USE_RUSTLS)
@ -145,4 +144,4 @@ bool Curl_tls_keylog_write(const char *label,
return TRUE;
}
#endif /* TLS or QUIC backend */
#endif /* TLS backend */