aboutsummaryrefslogtreecommitdiffstats
path: root/jni/ed25519/nacl_includes/crypto_int64.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ed25519/nacl_includes/crypto_int64.h')
-rw-r--r--jni/ed25519/nacl_includes/crypto_int64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ed25519/nacl_includes/crypto_int64.h b/jni/ed25519/nacl_includes/crypto_int64.h
new file mode 100644
index 00000000..fc92417b
--- /dev/null
+++ b/jni/ed25519/nacl_includes/crypto_int64.h
@@ -0,0 +1,6 @@
+#ifndef crypto_int64_h
+#define crypto_int64_h
+
+typedef long long crypto_int64;
+
+#endif