mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:23:32 +03:00
curl_sspi: Added Curl_sspi_version function
Added new function to get SSPI version as string. Added required library version.lib to makefiles. Changed curl_schannel.c to use Curl_sspi_version.
This commit is contained in:
parent
0bb5ff5d1a
commit
c1311c2b8f
6 changed files with 59 additions and 4 deletions
|
|
@ -199,6 +199,7 @@ ifdef METALINK
|
|||
endif
|
||||
ifdef SSPI
|
||||
CFLAGS += -DUSE_WINDOWS_SSPI
|
||||
curl_LDADD += -lversion
|
||||
endif
|
||||
ifdef SPNEGO
|
||||
CFLAGS += -DHAVE_SPNEGO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue