Loading lib/url.c +8 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,14 @@ static const struct Curl_handler * const protocols[] = { #endif #endif #if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ !defined(USE_WINDOWS_SSPI) &Curl_handler_smb, #ifdef USE_SSL &Curl_handler_smbs, #endif #endif #ifndef CURL_DISABLE_SMTP &Curl_handler_smtp, #ifdef USE_SSL Loading lib/version.c +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib/url.c +8 −0 Original line number Diff line number Diff line Loading @@ -216,6 +216,14 @@ static const struct Curl_handler * const protocols[] = { #endif #endif #if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ !defined(USE_WINDOWS_SSPI) &Curl_handler_smb, #ifdef USE_SSL &Curl_handler_smbs, #endif #endif #ifndef CURL_DISABLE_SMTP &Curl_handler_smtp, #ifdef USE_SSL Loading
lib/version.c +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading