diff options
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index 4b583e8e5..83143f402 100644 --- a/lib/version.c +++ b/lib/version.c @@ -216,7 +216,8 @@ static const char * const protocols[] = { #ifdef USE_LIBSSH2 "sftp", #endif -#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) +#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ + (!defined(USE_WINDOWS_SSPI) || defined(USE_WIN32_CRYPTO)) "smb", # ifdef USE_SSL "smbs", |