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 --- strciphr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strciphr.cpp') diff --git a/strciphr.cpp b/strciphr.cpp index 1f03d4c..3394b20 100644 --- a/strciphr.cpp +++ b/strciphr.cpp @@ -91,7 +91,7 @@ void AdditiveCipherTemplate::Resynchronize(const byte *iv) } template -void AdditiveCipherTemplate::Seek(dword position) +void AdditiveCipherTemplate::Seek(lword position) { PolicyInterface &policy = AccessPolicy(); unsigned int bytesPerIteration = policy.GetBytesPerIteration(); -- cgit v1.2.1