diff options
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); } |