Cleared compiler error when compiling with "-DDEBUG"
parent
b7de164d62
commit
378461b525
|
|
@ -201,7 +201,9 @@ struct CRYPTOPP_NO_VTABLE CFB_CipherConcretePolicy : public BASE
|
||||||
if (m_dir == ENCRYPTION)
|
if (m_dir == ENCRYPTION)
|
||||||
{
|
{
|
||||||
if (m_input == NULL)
|
if (m_input == NULL)
|
||||||
|
{
|
||||||
CRYPTOPP_ASSERT(m_output == NULL);
|
CRYPTOPP_ASSERT(m_output == NULL);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
WordType ct = *(const WordType *)m_input ^ registerWord;
|
WordType ct = *(const WordType *)m_input ^ registerWord;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue