summaryrefslogtreecommitdiff
path: root/blocks.c
diff options
context:
space:
mode:
authordtucker <dtucker>2014-01-17 01:43:43 +0000
committerdtucker <dtucker>2014-01-17 01:43:43 +0000
commit32ddbfba4aaa7bbbaf2a9c9d23b170bca583a129 (patch)
tree0ef6971de433fed7b88c0bd7755c57726058c0e2 /blocks.c
parent60a36a35ebec4d6a433d2a8ada9538d4f19f259c (diff)
downloadopenssh-32ddbfba4aaa7bbbaf2a9c9d23b170bca583a129.tar.gz
- (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 'blocks.c')
-rw-r--r--blocks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/blocks.c b/blocks.c
index ba569b00..ad93fe50 100644
--- a/blocks.c
+++ b/blocks.c
@@ -5,6 +5,8 @@
* Copied from nacl-20110221/crypto_hashblocks/sha512/ref/blocks.c
*/
+#include "includes.h"
+
#include "crypto_api.h"
typedef unsigned long long uint64;