From 7357e27b321064d836257d42a3fc9f375cb9fa6e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 4 May 2022 19:50:57 +0200 Subject: [PATCH] added missing skipCheck to why2-app --- src/app/main.c | 2 ++ 1 file changed, 2 insertions(+) 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