mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 11:58:01 +00:00
fix HashFilter bug when putMessage=true (UnFleshed One)
This commit is contained in:
parent
07e0b3805f
commit
6176add700
@ -715,9 +715,9 @@ void HashFilter::IsolatedInitialize(const NameValuePairs ¶meters)
|
||||
size_t HashFilter::Put2(const byte *inString, size_t length, int messageEnd, bool blocking)
|
||||
{
|
||||
FILTER_BEGIN;
|
||||
m_hashModule.Update(inString, length);
|
||||
if (m_putMessage)
|
||||
FILTER_OUTPUT(1, inString, length, 0);
|
||||
m_hashModule.Update(inString, length);
|
||||
if (messageEnd)
|
||||
{
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user