NTLM: move calculations out of byte order macros
commit2e83df1d61889f498ac8484161bd13eaab227d6e
authorStefan Becker <stefan.becker@nokia.com>
Mon, 1 Mar 2010 18:24:42 +0000 (1 20:24 +0200)
committerStefan Becker <stefan.becker@nokia.com>
Mon, 1 Mar 2010 18:24:42 +0000 (1 20:24 +0200)
tree38b876b0cd17b6d913e8d7b360667a62082bc918
parent51c1397b8d573d3b21a49e820d4d94b448bac995
NTLM: move calculations out of byte order macros

The byte order macros can have side effects. So a calculation a += b can be
executed twice, resulting in a wrong value. NTLMv2 should now work on big
endian architectures.
src/core/sip-sec-ntlm.c