Update test.c

This commit is contained in:
kokke 2014-12-08 09:57:11 +01:00
parent 792329579c
commit 623499e03d
1 changed files with 1 additions and 1 deletions

2
test.c
View File

@ -76,7 +76,7 @@ static void test_decrypt(void)
printf("decrypt: ");
if(0 == strncmp(out, buffer, 16))
if(0 == strncmp((char*) out, (char*) buffer, 16))
{
printf("SUCCESS!\n");
}