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_int32.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jni/ed25519/nacl_includes/crypto_int32.h (limited to 'jni/ed25519/nacl_includes/crypto_int32.h') diff --git a/jni/ed25519/nacl_includes/crypto_int32.h b/jni/ed25519/nacl_includes/crypto_int32.h new file mode 100644 index 00000000..cae135e6 --- /dev/null +++ b/jni/ed25519/nacl_includes/crypto_int32.h @@ -0,0 +1,6 @@ +#ifndef crypto_int32_h +#define crypto_int32_h + +typedef int crypto_int32; + +#endif -- cgit v1.2.3