diff --git a/src/app/main.c b/src/app/main.c index 1cda354..f3655ed 100644 --- a/src/app/main.c +++ b/src/app/main.c @@ -9,6 +9,8 @@ int main(void) { setNoOutput(1); + setSkipCheck(1); + char *encryptedText = encryptText(TEXT_TO_ENCRYPT, NULL); printf