Commit 623499e0 authored by kokke's avatar kokke
Browse files

Update test.c

parent 79232957
...@@ -76,7 +76,7 @@ static void test_decrypt(void) ...@@ -76,7 +76,7 @@ static void test_decrypt(void)
printf("decrypt: "); printf("decrypt: ");
if(0 == strncmp(out, buffer, 16)) if(0 == strncmp((char*) out, (char*) buffer, 16))
{ {
printf("SUCCESS!\n"); printf("SUCCESS!\n");
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment