Skip to content
Snippets Groups Projects
Commit 1a1f8a0c authored by Niels Möller's avatar Niels Möller
Browse files

Fix error in ChangeLog.

parent 2a65d90b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
2016-08-05 Niels Möller <nisse@lysator.liu.se> 2016-08-05 Niels Möller <nisse@lysator.liu.se>
* examples/hogweed-benchmark.c: Use uint8_t for curve25519 values. * examples/hogweed-benchmark.c: Use uint8_t for curve25519 values.
(bench_rsa_init): Use uint8_t for sexp strings. (bench_rsa_init): Use unsigned char for sexp strings.
(bench_dsa_init): Likewise. (bench_dsa_init): Likewise.
(hash_string): Delete length argument, calling strlen instead. (hash_string): Delete length argument, calling strlen instead.
Cast string to const uint8_t *. Updated callers. Cast string to const uint8_t *. Updated callers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment