]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/HashRoutine.cpp
UINT4 -> uint32
[freerainbowtables] / Client Applications / rcracki_mt / HashRoutine.cpp
index c85193f95297df3e96c1c19f98720ad8a8a5067b..148f46b555a820154cddceba195fe46654e0df88 100644 (file)
@@ -71,7 +71,7 @@ void CHashRoutine::AddHashRoutine(string sHashRoutineName, HASHROUTINE pHashRout
 string CHashRoutine::GetAllHashRoutineName()\r
 {\r
        string sRet;\r
-       UINT4 i;\r
+       uint32 i;\r
        for (i = 0; i < vHashRoutineName.size(); i++)\r
                sRet += vHashRoutineName[i] + " ";\r
 \r
@@ -80,7 +80,7 @@ string CHashRoutine::GetAllHashRoutineName()
 \r
 void CHashRoutine::GetHashRoutine(string sHashRoutineName, HASHROUTINE& pHashRoutine, int& nHashLen)\r
 {\r
-       UINT4 i;\r
+       uint32 i;\r
        for (i = 0; i < vHashRoutineName.size(); i++)\r
        {\r
                if (sHashRoutineName == vHashRoutineName[i])\r