changed encryption_separator to apostrophe in core-test

This commit is contained in:
Václav Šmejkal 2023-02-04 19:18:41 +01:00
parent 60f312ce19
commit d602009c44
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -53,7 +53,7 @@ int main(void)
why2_set_key_length(100); why2_set_key_length(100);
//SET ENCRYPTION_SEPARATOR TO '|' //SET ENCRYPTION_SEPARATOR TO '|'
why2_set_encryption_separator('|'); why2_set_encryption_separator('\'');
//SET outputBuffer to NULL //SET outputBuffer to NULL
outputBuffer[0] = '\0'; outputBuffer[0] = '\0';