From: Viktor Szakats Date: Sun, 21 Dec 2025 09:57:05 +0000 (+0100) Subject: x509asn1: drop unused `hostcheck.h`, `vtls_int.h` includes X-Git-Tag: rc-8_18_0-3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf88d8477ffdde5fef3289743fff2609cdd104e;p=thirdparty%2Fcurl.git x509asn1: drop unused `hostcheck.h`, `vtls_int.h` includes Closes #20063 --- 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"