summaryrefslogtreecommitdiff
path: root/test/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sha256.c')
-rw-r--r--test/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sha256.c b/test/sha256.c
index 955167f53a..14557bd97d 100644
--- a/test/sha256.c
+++ b/test/sha256.c
@@ -168,7 +168,7 @@ static int test_hmac(const uint8_t *key, int key_len, const uint8_t *input,
return 1;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
ccprintf("Testing short message (8 bytes)\n");
if (!test_sha256(sha256_8_input, sizeof(sha256_8_input),