summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 0a125a9..e32fe44 100644
--- a/test.c
+++ b/test.c
@@ -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");
}