summaryrefslogtreecommitdiff
path: root/rabbit.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-10 11:30:32 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-10 11:30:32 -0400
commit9e50eae6738f1f532fa674652feb9b02371b2f92 (patch)
tree1c0b6e0a6dcf3e0b4f405e340c7b16c356f1364c /rabbit.cpp
parent33a1baa1a553ee9e7194546b20b521b95b82f69e (diff)
downloadcryptopp-git-9e50eae6738f1f532fa674652feb9b02371b2f92.tar.gz
Clear unused variable warning
Diffstat (limited to 'rabbit.cpp')
-rw-r--r--rabbit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rabbit.cpp b/rabbit.cpp
index 7e29526c..2c32f4f0 100644
--- a/rabbit.cpp
+++ b/rabbit.cpp
@@ -195,6 +195,7 @@ void RabbitWithIVPolicy::CipherSetKey(const NameValuePairs &params, const byte *
void RabbitWithIVPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
{
CRYPTOPP_UNUSED(keystreamBuffer);
+ CRYPTOPP_UNUSED(length);
CRYPTOPP_ASSERT(length == 8);
/* Generate four subvectors */