]> granicus.if.org Git - curl/commit
ntlm: get rid of unconditional use of long long
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 10:30:22 +0000 (12:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 10:31:06 +0000 (12:31 +0200)
commit8256b44e5a219f27783a248faa6e286c71d6f6ce
tree954862532bad0c480c9b6a7fd99e92cde4f0b611
parentda2d3b58052e5dd4bb0902189d7c1952b3036856
ntlm: get rid of unconditional use of long long

... since some compilers don't have it and instead use other types, such
as __int64.

Reported by: gkinseyhpw
Closes #478
lib/curl_ntlm_core.c