aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 1ea8a21e8..0eb229bc6 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -216,6 +216,13 @@ static const char * const protocols[] = {
#ifdef USE_LIBSSH2
"sftp",
#endif
+#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \
+ !defined(USE_WINDOWS_SSPI)
+ "smb",
+# ifdef USE_SSL
+ "smbs",
+# endif
+#endif
#ifndef CURL_DISABLE_SMTP
"smtp",
#endif