From 4cf88d8477ffdde5fef3289743fff2609cdd104e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 21 Dec 2025 10:57:05 +0100 Subject: [PATCH] x509asn1: drop unused `hostcheck.h`, `vtls_int.h` includes Closes #20063 --- lib/vtls/x509asn1.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vtls/x509asn1.c b/lib/vtls/x509asn1.c index 63c49796db..c8752b848e 100644 --- a/lib/vtls/x509asn1.c +++ b/lib/vtls/x509asn1.c @@ -38,9 +38,7 @@ #endif #include "../urldata.h" -#include "hostcheck.h" #include "vtls.h" -#include "vtls_int.h" #include "../sendf.h" #include "../curlx/base64.h" #include "x509asn1.h"