mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
add debug printout
This commit is contained in:
parent
c992330622
commit
b9e10208c6
@ -449,6 +449,7 @@ public:
|
||||
{
|
||||
if (counter >= outputLen || validOutput[counter] != inByte)
|
||||
{
|
||||
std::cerr << "incorrect output " << counter << ", " << (word16)validOutput[counter] << ", " << (word16)inByte << "\n";
|
||||
fail = true;
|
||||
assert(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user