aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bench.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-13 02:56:03 +0000
committerlloyd <[email protected]>2010-10-13 02:56:03 +0000
commit3697dcff8b5e9765b41114281ce10e7ed3d3abb4 (patch)
tree670853a74b0fe173e7e9fce9cd3e6eda7a03d2c7 /checks/bench.cpp
parent63121e1e169616f724bf79b8aac1a2b4423c8904 (diff)
s/BLOCK_SIZE/block_size()/
Diffstat (limited to 'checks/bench.cpp')
-rw-r--r--checks/bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/bench.cpp b/checks/bench.cpp
index e62da7e6f..9cd193f4f 100644
--- a/checks/bench.cpp
+++ b/checks/bench.cpp
@@ -194,7 +194,7 @@ bool bench_algo(const std::string& algo,
}
u32bit cipher_keylen = proto_cipher->MAXIMUM_KEYLENGTH;
- u32bit cipher_ivlen = proto_cipher->BLOCK_SIZE;
+ u32bit cipher_ivlen = proto_cipher->block_size();
if(algo_parts[1] == "XTS")
cipher_keylen *= 2; // hack!