summaryrefslogtreecommitdiff
path: root/blumshub.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-03-20 20:39:59 +0000
committerweidai <weidai11@users.noreply.github.com>2003-03-20 20:39:59 +0000
commit6698a186066d6efb239fcfc13f296794b9d7dda2 (patch)
treec85dd5aa14780d400b30c133fa3704b044d1bbb2 /blumshub.h
parent067b425053134d8d5d44e1ecb8907ea28b985a68 (diff)
downloadcryptopp-git-6698a186066d6efb239fcfc13f296794b9d7dda2.tar.gz
fix warnings for VC7 and GCC
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 10b3cac3..dbbb8be4 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;