secur32: Use NTLM2 instead of NTLMv2.
commit9dd206d28e96a9e27ac7f204cab757cd3ec9db4d
authorKai Blin <kai.blin@gmail.com>
Mon, 19 Apr 2010 08:15:15 +0000 (19 10:15 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Apr 2010 12:56:12 +0000 (19 14:56 +0200)
tree12990e9bcd04a49c7186434b6ab334fe4d19f2fe
parent92a44884c7b36bf70b1abdda7460a5e2c5b4e543
secur32: Use NTLM2 instead of NTLMv2.

In the current code NTLMv2 is used when talking about second generation
NTLM crypto algorithms. Most other publiations call this NTLM2, and use
NTLMv2 to describe a different crypto handshake that can be used by
either NTLM1 or NTLM2 crypto.
dlls/secur32/hmac_md5.c
dlls/secur32/ntlm.c
dlls/secur32/secur32_priv.h
dlls/secur32/util.c