summaryrefslogtreecommitdiff
path: root/third_party/boringssl/test/x25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/boringssl/test/x25519.c')
-rw-r--r--third_party/boringssl/test/x25519.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/boringssl/test/x25519.c b/third_party/boringssl/test/x25519.c
index dac8795b63..cd773653e5 100644
--- a/third_party/boringssl/test/x25519.c
+++ b/third_party/boringssl/test/x25519.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015, Google Inc.
+/* Copyright 2015 Google LLC
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -180,7 +180,7 @@ static void test_x25519_speed(void)
ccprintf("X25519 duration %lld us\n", (long long)(t1.val - t0.val));
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
watchdog_reload();
/* do not check speed, just as a benchmark */