X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2Flm2ntlm.cpp;h=c3d385804e0168bb50a6596a696777dd3b870542;hb=0fb676244827a448dc60118d6558c4a4e346ffee;hp=33fd94d2abb3d9dda07baaf9eb0ae4feb13f0821;hpb=59bc65eea1e9a2cab6b1d51f4567cffc033fe938;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/lm2ntlm.cpp b/Client Applications/rcracki_mt/lm2ntlm.cpp index 33fd94d..c3d3858 100644 --- a/Client Applications/rcracki_mt/lm2ntlm.cpp +++ b/Client Applications/rcracki_mt/lm2ntlm.cpp @@ -50,7 +50,7 @@ bool LM2NTLMcorrector::LMPasswordCorrectUnicode(string hexPassword, unsigned cha { string sPlain = ""; - UINT4 i; + uint32 i; for (i = 0; i < hexPassword.size() / 2; i++) { string sSub = hexPassword.substr(i * 2, 2);