diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-01-17 12:43:43 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-17 12:43:43 +1100 |
commit | f45f78ae437062c7d9506c5f475b7215f486be44 (patch) | |
tree | 2814c1991a38e7e48ff7f5a0f1c6df953bb03970 /verify.c | |
parent | 99df369d0340caac145d57f700d830147ff18b87 (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 'verify.c')
-rw-r--r-- | verify.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ | |||
5 | * Copied from nacl-20110221/crypto_verify/32/ref/verify.c | 5 | * Copied from nacl-20110221/crypto_verify/32/ref/verify.c |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "includes.h" | ||
9 | |||
8 | #include "crypto_api.h" | 10 | #include "crypto_api.h" |
9 | 11 | ||
10 | int crypto_verify_32(const unsigned char *x,const unsigned char *y) | 12 | int crypto_verify_32(const unsigned char *x,const unsigned char *y) |