diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-09 17:04:10 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-09 17:05:42 +0100 |
commit | f187372f0a9289bcece892864175e4ec7f032b54 (patch) | |
tree | c53509cd4dc55e8b60f93507259c3811c4ff7c91 /tests/unit/unit1398.c | |
parent | 1b69122810462cff569eb0929230961aa356bae0 (diff) |
sasl_sspi: Fixed SPN not being converted to wchar under Unicode builds
Curl_sasl_create_digest_md5_message() would simply cast the SPN variable
to a TCHAR when calling InitializeSecurityContext(). This meant that,
under Unicode builds, it would not be valid wide character string.
Updated to use the recently introduced Curl_sasl_build_spn() function
which performs the correct conversion for us.
Diffstat (limited to 'tests/unit/unit1398.c')
0 files changed, 0 insertions, 0 deletions