summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-17 12:43:43 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-17 12:43:43 +1100
commitf45f78ae437062c7d9506c5f475b7215f486be44 (patch)
tree2814c1991a38e7e48ff7f5a0f1c6df953bb03970 /hash.c
parent99df369d0340caac145d57f700d830147ff18b87 (diff)
- (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include
includes.h to pull in all of the compatibility stuff.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 284bff9d3..734c6bee2 100644
--- a/hash.c
+++ b/hash.c
@@ -8,6 +8,8 @@ D. J. Bernstein
8Public domain. 8Public domain.
9*/ 9*/
10 10
11#include "includes.h"
12
11#include "crypto_api.h" 13#include "crypto_api.h"
12 14
13#define blocks crypto_hashblocks_sha512 15#define blocks crypto_hashblocks_sha512