curl_ntlm_core: move vauth/vauth.h include from header to source

To not include it implicitly for all `curl_ntlm_core.h` users.

Closes #20058
This commit is contained in:
Viktor Szakats 2025-12-21 01:22:26 +01:00
parent d4298603b5
commit 6011b83852
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 1 additions and 2 deletions

View file

@ -116,6 +116,7 @@
#include "curl_hmac.h"
#include "curlx/warnless.h"
#include "curl_md4.h"
#include "vauth/vauth.h"
#ifdef USE_CURL_DES_SET_ODD_PARITY
/*

View file

@ -28,8 +28,6 @@
#ifdef USE_CURL_NTLM_CORE
#include "vauth/vauth.h"
struct ntlmdata;
/* Helpers to generate function byte arguments in little endian order */