From d602009c444b62346ca7ca41c49d557a5efb9936 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 4 Feb 2023 19:18:41 +0100 Subject: [PATCH] changed encryption_separator to apostrophe in core-test --- src/core/lib/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/test/main.c b/src/core/lib/test/main.c index 336c03e..0e93b83 100644 --- a/src/core/lib/test/main.c +++ b/src/core/lib/test/main.c @@ -53,7 +53,7 @@ int main(void) why2_set_key_length(100); //SET ENCRYPTION_SEPARATOR TO '|' - why2_set_encryption_separator('|'); + why2_set_encryption_separator('\''); //SET outputBuffer to NULL outputBuffer[0] = '\0';