From 49ca8d20128e643345a43f09b44e60690502b093 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 17 Oct 2022 16:56:54 +0200 Subject: [PATCH] implemented encryptionOperationTest in why2-test --- src/lib/test/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/test/main.c b/src/lib/test/main.c index 68613a0..a1ca807 100644 --- a/src/lib/test/main.c +++ b/src/lib/test/main.c @@ -41,6 +41,9 @@ int main(void) //SET outputBuffer to NULL outputBuffer[0] = '\0'; + //SET encryptionOperation to encryptionOperationTest + setEncryptionOperation(encryptionOperationTest); + //ENCRYPT outputFlags encrypted = encryptText(TEST_TEXT, NULL);