diff options
author | lloyd <[email protected]> | 2010-10-29 12:55:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-29 12:55:47 +0000 |
commit | d678296cd1a2c1ff8efa8cedaad719bc9c444d40 (patch) | |
tree | 3e706b3e6cce091c2fbe4cc20d41f1445202ef6b /checks | |
parent | 22f02b418f7f53431da168abe9fb74f15bf3cb0e (diff) |
Compile fix
Diffstat (limited to 'checks')
-rw-r--r-- | checks/bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/bench.cpp b/checks/bench.cpp index 9cd193f4f..d4531d181 100644 --- a/checks/bench.cpp +++ b/checks/bench.cpp @@ -193,7 +193,7 @@ bool bench_algo(const std::string& algo, return false; } - u32bit cipher_keylen = proto_cipher->MAXIMUM_KEYLENGTH; + u32bit cipher_keylen = proto_cipher->maximum_keylength(); u32bit cipher_ivlen = proto_cipher->block_size(); if(algo_parts[1] == "XTS") |