diff options
Diffstat (limited to 'src/pbe/pbes2/pbes2.h')
-rw-r--r-- | src/pbe/pbes2/pbes2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbe/pbes2/pbes2.h b/src/pbe/pbes2/pbes2.h index 1c7119e3a..7b82980e5 100644 --- a/src/pbe/pbes2/pbes2.h +++ b/src/pbe/pbes2/pbes2.h @@ -59,7 +59,7 @@ class BOTAN_DLL PBE_PKCS5v20 : public PBE BlockCipher* block_cipher; HashFunction* hash_function; SecureVector<byte> salt, key, iv; - u32bit iterations, key_length; + size_t iterations, key_length; Pipe pipe; }; |