aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe/pbes1/pbes1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbe/pbes1/pbes1.h')
-rw-r--r--src/pbe/pbes1/pbes1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbe/pbes1/pbes1.h b/src/pbe/pbes1/pbes1.h
index dd991a515..e10cbbb53 100644
--- a/src/pbe/pbes1/pbes1.h
+++ b/src/pbe/pbes1/pbes1.h
@@ -51,7 +51,7 @@ class BOTAN_DLL PBE_PKCS5v15 : public PBE
HashFunction* hash_function;
SecureVector<byte> salt, key, iv;
- u32bit iterations;
+ size_t iterations;
Pipe pipe;
};