Clear unused variable warning

pull/687/head
Jeffrey Walton 2018-07-10 11:30:32 -04:00
parent 33a1baa1a5
commit 9e50eae673
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

@ -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 */