aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/mdx_hash/mdx_hash.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-13 16:06:11 +0000
committerlloyd <[email protected]>2010-10-13 16:06:11 +0000
commit18d3acffbe2324a90c505cf23ff17c1392c3be4d (patch)
tree5a7f99e16dbf7cc59015bc94220174075755289a /src/hash/mdx_hash/mdx_hash.h
parent12617c8a0942a5af35ffe72891f3cd63c8b7fe18 (diff)
More size_t
Diffstat (limited to 'src/hash/mdx_hash/mdx_hash.h')
-rw-r--r--src/hash/mdx_hash/mdx_hash.h2
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;
};
}