From e8879a0616f5b14da8d0705dff47df0c2f886daa Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 22 Dec 2010 18:59:59 +0000 Subject: Oops - should not have used size_t here! --- src/math/mp/mp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/mp/mp_types.h b/src/math/mp/mp_types.h index e8723b5bf..1648713ed 100644 --- a/src/math/mp/mp_types.h +++ b/src/math/mp/mp_types.h @@ -17,7 +17,7 @@ namespace Botan { #elif (BOTAN_MP_WORD_BITS == 16) typedef u16bit word; #elif (BOTAN_MP_WORD_BITS == 32) - typedef size_t word; + typedef u32bit word; #elif (BOTAN_MP_WORD_BITS == 64) typedef u64bit word; #else -- cgit v1.2.3