implemented encryptionOperationTest in why2-test
This commit is contained in:
parent
3058a34eab
commit
49ca8d2012
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user