From 60800e155612bea797eed93c67046a23d26054cc Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Mon, 24 Nov 2014 12:54:30 -0800 Subject: Break out into separate repo. --- jni/ed25519/nacl_includes/crypto_int64.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jni/ed25519/nacl_includes/crypto_int64.h (limited to 'jni/ed25519/nacl_includes/crypto_int64.h') 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 -- cgit v1.2.3