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:
committed by
Daniel Stenberg
parent
0bb5ff5d1a
commit
c1311c2b8f
@@ -149,6 +149,7 @@ USE_SSPI = yes
|
||||
|
||||
!IF "$(USE_SSPI)"=="yes"
|
||||
CFLAGS_SSPI = /DUSE_WINDOWS_SSPI
|
||||
LFLAGS_SSPI = version.lib
|
||||
USE_SSPI = true
|
||||
!ENDIF
|
||||
|
||||
@@ -292,6 +293,7 @@ CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ipv6
|
||||
|
||||
!IF "$(USE_SSPI)"=="true"
|
||||
CFLAGS = $(CFLAGS) $(CFLAGS_SSPI)
|
||||
LFLAGS = $(LFLAGS) $(LFLAGS_SSPI)
|
||||
CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-sspi
|
||||
!ENDIF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user