From 58d9f812c149943cc18bd5b926b22fcc7b9b8b27 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 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@112 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modes.h') diff --git a/modes.h b/modes.h index 34dd21a..8cdea99 100644 --- a/modes.h +++ b/modes.h @@ -157,7 +157,7 @@ private: bool CanOperateKeystream() const {return true;} void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, unsigned int iterationCount); void CipherResynchronize(byte *keystreamBuffer, const byte *iv); - void SeekToIteration(dword iterationCount); + void SeekToIteration(lword iterationCount); inline void ProcessMultipleBlocks(byte *output, const byte *input, unsigned int n); -- cgit v1.2.1