diff --git a/src/lib/test/main.c b/src/lib/test/main.c index b5282e1..7f68d7c 100644 --- a/src/lib/test/main.c +++ b/src/lib/test/main.c @@ -24,6 +24,9 @@ int main(void) setKeyLength(100); keyBuffer = malloc(getKeyLength() + 1); + //SET ENCRYPTION_SEPARATOR TO '|' + setEncryptionSeparator('|'); + //ENCRYPT outputFlags encrypted = encryptText(TEST_TEXT, NULL, flags);