From: Loup Vaillant Date: Sat, 7 Nov 2020 11:20:28 +0000 (+0100) Subject: Fixed tis-ci.c declarations X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b6225728afbded223092eb72b15767163c9bdc9d;p=Monocypher.git Fixed tis-ci.c declarations --- diff --git a/tests/tis-ci.c b/tests/tis-ci.c index 44e5082..f3a9819 100644 --- a/tests/tis-ci.c +++ b/tests/tis-ci.c @@ -53,8 +53,7 @@ #include "monocypher-ed25519.h" #include "utils.h" #include "tis-ci-vectors.h" - -typedef uint8_t u8; +#include #define ARRAY(name, size) \ u8 name[size]; \