mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
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:
parent
d4298603b5
commit
6011b83852
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue