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

(main): Reordered hash benchmarks.

Rev: src/nettle/examples/nettle-benchmark.c:1.16
parent 75eb2371
No related branches found
No related tags found
No related merge requests found
......@@ -317,8 +317,8 @@ main(int argc UNUSED, char **argv UNUSED)
{
&nettle_md2, &nettle_md4, &nettle_md5,
OPENSSL(&nettle_openssl_md5)
&nettle_sha1, &nettle_sha256,
OPENSSL(&nettle_openssl_sha1)
&nettle_sha1, OPENSSL(&nettle_openssl_sha1)
&nettle_sha256,
NULL
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment