From f45f78ae437062c7d9506c5f475b7215f486be44 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 17 Jan 2014 12:43:43 +1100 Subject: - (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include includes.h to pull in all of the compatibility stuff. --- hash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 284bff9d..734c6bee 100644 --- a/hash.c +++ b/hash.c @@ -8,6 +8,8 @@ D. J. Bernstein Public domain. */ +#include "includes.h" + #include "crypto_api.h" #define blocks crypto_hashblocks_sha512 -- cgit v1.2.3