added repeatedKeySize to why2-test success message

This commit is contained in:
Václav Šmejkal 2022-08-24 15:57:10 +02:00
parent 09aa76a33d
commit 58333ad132
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -81,9 +81,10 @@ int main(void)
"KEY: \t\t\"%s\"\n" "KEY: \t\t\"%s\"\n"
"TIME: \t\t\"%lums\"\n" "TIME: \t\t\"%lums\"\n"
"UNUSED KEY: \t\"%lu\"\n" "UNUSED KEY: \t\"%lu\"\n"
"REPEATED KEY: \t\"%lu\"\n"
"EXIT CODE: \t\"%d\"\n" "EXIT CODE: \t\"%d\"\n"
, statusBuffer, TEST_TEXT, outputBuffer, textBuffer, encrypted.usedKey, timeBuffer / 1000, encrypted.unusedKeySize, encrypted.exitCode , statusBuffer, TEST_TEXT, outputBuffer, textBuffer, encrypted.usedKey, timeBuffer / 1000, encrypted.unusedKeySize, encrypted.repeatedKeySize, encrypted.exitCode
); );
//DEALLOCATION //DEALLOCATION