summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-20 20:39:59 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-20 20:39:59 +0000
commitec56662ba7b4cfaf1335a88854127fac06f376aa (patch)
treec85dd5aa14780d400b30c133fa3704b044d1bbb2 /blumshub.h
parent4feec7c333fd1ec92d1dd8c7f741249e3919ec5e (diff)
downloadcryptopp-ec56662ba7b4cfaf1335a88854127fac06f376aa.tar.gz
fix warnings for VC7 and GCC
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@43 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'blumshub.h')
-rw-r--r--blumshub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blumshub.h b/blumshub.h
index 10b3cac..dbbb8be 100644
--- a/blumshub.h
+++ b/blumshub.h
@@ -29,7 +29,7 @@ public:
protected:
const ModularArithmetic modn;
- const int maxBits;
+ const word maxBits;
Integer current;
int bitsLeft;