summaryrefslogtreecommitdiff
path: root/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'verify.c')
-rw-r--r--verify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/verify.c b/verify.c
index 0a328090c..1671a4132 100644
--- a/verify.c
+++ b/verify.c
@@ -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
10int crypto_verify_32(const unsigned char *x,const unsigned char *y) 12int crypto_verify_32(const unsigned char *x,const unsigned char *y)