From 55b0f9bf33d7b5cdaa24e8b2fc5b207a29e58e6d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 1 Dec 2019 00:36:12 +0100 Subject: [PATCH] Fixed outdated include in speed.c --- tests/speed/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3