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 --- seal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'seal.h') diff --git a/seal.h b/seal.h index 2e19002..9157720 100644 --- a/seal.h +++ b/seal.h @@ -23,7 +23,7 @@ protected: void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, unsigned int iterationCount); void CipherResynchronize(byte *keystreamBuffer, const byte *IV); bool IsRandomAccess() const {return true;} - void SeekToIteration(dword iterationCount); + void SeekToIteration(lword iterationCount); private: FixedSizeSecBlock m_T; -- cgit v1.2.1