Skip to content

Commit ceba0d8

Browse files
committed
Enable NTLM and SMB support in curl
With curl 8.20.0 NTLM and SMB support are opt-in. Ideally we should consider dropping them, but for now lets enable the support and have a look later
1 parent 3744007 commit ceba0d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/curl_cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
-DCURL_USE_LIBPSL=OFF^
5656
-DUSE_WIN32_IDN=ON^
5757
-DCURL_WINDOWS_SSPI=ON^
58+
-DCURL_ENABLE_NTLM=ON^
59+
-DCURL_ENABLE_SMB=ON^
5860
-DCURL_DISABLE_SRP=ON^
5961
-DCURL_DISABLE_MQTT=ON^
6062
-DCURL_USE_OPENSSL=ON -DOPENSSL_ROOT_DIR:PATH=%GITHUB_WORKSPACE%\deps^

0 commit comments

Comments
 (0)