This commit is contained in:
Viktor Szakats 2025-07-14 17:08:05 +02:00
parent 24f8442e6a
commit 600738f7bc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
10 changed files with 21 additions and 22 deletions

View file

@ -24,8 +24,8 @@
#include "curl_setup.h"
#if (defined(USE_CURL_NTLM_CORE) && !defined(USE_WINDOWS_SSPI)) \
|| !defined(CURL_DISABLE_DIGEST_AUTH)
#if (defined(USE_CURL_NTLM_CORE) && !defined(USE_WINDOWS_SSPI)) || \
!defined(CURL_DISABLE_DIGEST_AUTH)
#include <string.h>
#include <curl/curl.h>