Clear unused variable warning
parent
33a1baa1a5
commit
9e50eae673
|
|
@ -195,6 +195,7 @@ void RabbitWithIVPolicy::CipherSetKey(const NameValuePairs ¶ms, const byte *
|
||||||
void RabbitWithIVPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
|
void RabbitWithIVPolicy::CipherResynchronize(byte *keystreamBuffer, const byte *iv, size_t length)
|
||||||
{
|
{
|
||||||
CRYPTOPP_UNUSED(keystreamBuffer);
|
CRYPTOPP_UNUSED(keystreamBuffer);
|
||||||
|
CRYPTOPP_UNUSED(length);
|
||||||
CRYPTOPP_ASSERT(length == 8);
|
CRYPTOPP_ASSERT(length == 8);
|
||||||
|
|
||||||
/* Generate four subvectors */
|
/* Generate four subvectors */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue