changed encryption_separator to apostrophe in core-test
This commit is contained in:
parent
60f312ce19
commit
d602009c44
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user