From 57109b3120b8286cdd7b4d143854f2d27873368c Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 25 Jul 2003 00:15:52 +0000 Subject: fix bugs in 64-bit CPU support --- seal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'seal.cpp') diff --git a/seal.cpp b/seal.cpp index a478f9a5..0962c67f 100644 --- a/seal.cpp +++ b/seal.cpp @@ -75,7 +75,7 @@ void SEAL_Policy::CipherResynchronize(byte *keystreamBuffer, const byte *IV) } template -void SEAL_Policy::SeekToIteration(dword iterationCount) +void SEAL_Policy::SeekToIteration(lword iterationCount) { m_outsideCounter = m_startCount + (unsigned int)(iterationCount / m_iterationsPerCount); m_insideCounter = (unsigned int)(iterationCount % m_iterationsPerCount); -- cgit v1.2.1