From: Loup Vaillant Date: Sat, 30 Nov 2019 23:36:12 +0000 (+0100) Subject: Fixed outdated include in speed.c X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=55b0f9bf33d7b5cdaa24e8b2fc5b207a29e58e6d;p=Monocypher.git Fixed outdated include in speed.c --- diff --git a/tests/speed/speed.c b/tests/speed/speed.c index 913a953..941ed53 100644 --- a/tests/speed/speed.c +++ b/tests/speed/speed.c @@ -1,6 +1,6 @@ #include "speed.h" #include "monocypher.h" -#include "sha512.h" +#include "ed25519.h" #include "utils.h" static u64 chacha20(void)