diff options
author | lloyd <[email protected]> | 2010-10-13 16:06:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-13 16:06:11 +0000 |
commit | 18d3acffbe2324a90c505cf23ff17c1392c3be4d (patch) | |
tree | 5a7f99e16dbf7cc59015bc94220174075755289a /src/hash/mdx_hash/mdx_hash.h | |
parent | 12617c8a0942a5af35ffe72891f3cd63c8b7fe18 (diff) |
More size_t
Diffstat (limited to 'src/hash/mdx_hash/mdx_hash.h')
-rw-r--r-- | src/hash/mdx_hash/mdx_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/mdx_hash/mdx_hash.h b/src/hash/mdx_hash/mdx_hash.h index 5591f2b80..d1260180e 100644 --- a/src/hash/mdx_hash/mdx_hash.h +++ b/src/hash/mdx_hash/mdx_hash.h @@ -64,7 +64,7 @@ class BOTAN_DLL MDx_HashFunction : public HashFunction size_t position; const bool BIG_BYTE_ENDIAN, BIG_BIT_ENDIAN; - const u32bit COUNT_SIZE; + const size_t COUNT_SIZE; }; } |