added missing skipCheck to why2-app

This commit is contained in:
Václav Šmejkal 2022-05-04 19:50:57 +02:00
parent b6cfa8dd17
commit 7357e27b32

View File

@ -9,6 +9,8 @@
int main(void)
{
setNoOutput(1);
setSkipCheck(1);
char *encryptedText = encryptText(TEXT_TO_ENCRYPT, NULL);
printf