]> granicus.if.org Git - curl/commit
http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()
authorSteve Holme <steve_holme@hotmail.com>
Sat, 17 Jan 2015 11:24:06 +0000 (11:24 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 17 Jan 2015 13:28:03 +0000 (13:28 +0000)
commit930be07067c16218d3244917527315e1f947b610
tree0a5264d5d4224f015a05d5b36eb548f434d42e6c
parent30eb6bbdc90b21833c98e238c3ee88a63239ffa4
http_negotiate_sspi: Use correct return type for QuerySecurityPackageInfo()

Use the SECURITY_STATUS typedef rather than a unsigned long for the
QuerySecurityPackageInfo() return and rename the variable as per other
areas of SSPI code.
lib/http_negotiate_sspi.c