ntlm: Added cross platform support for writing NTLMv2 timestamp in buffer
authorSteve Holme <steve_holme@hotmail.com>
Sat, 25 Jan 2014 16:35:19 +0000 (16:35 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 29 Jan 2014 20:22:10 +0000 (20:22 +0000)
commit07b66cbfa4d25e7ec0366418b131c9a51c7ada0f
tree27779a469186908692c3409d0aaf15787fec8695
parent86724581b6c02d160b52f817550cfdfc9c93af62
ntlm: Added cross platform support for writing NTLMv2 timestamp in buffer

Added conversion functions write32_le() and write64_le() to ensure the
NTLMv2 timestamp is always written in little-endian.
lib/curl_ntlm_core.c