]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/lm2ntlm.cpp
UINT4 -> uint32
[freerainbowtables] / Client Applications / rcracki_mt / lm2ntlm.cpp
index 33fd94d2abb3d9dda07baaf9eb0ae4feb13f0821..c3d385804e0168bb50a6596a696777dd3b870542 100644 (file)
@@ -50,7 +50,7 @@ bool LM2NTLMcorrector::LMPasswordCorrectUnicode(string hexPassword, unsigned cha
 {\r
        string sPlain = "";\r
 \r
-       UINT4 i;\r
+       uint32 i;\r
        for (i = 0; i < hexPassword.size() / 2; i++)\r
        {\r
                string sSub = hexPassword.substr(i * 2, 2);\r