summaryrefslogtreecommitdiff
path: root/src-ed25519/supercop-ref/crypto_int32.h
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-22 16:39:52 -0400
committerMicah Anderson <micah@riseup.net>2013-08-22 16:57:38 -0400
commit6d35b188b668c5007409e63a15e8340ed34dcfb8 (patch)
treec9dd25f3675b3b6f9b29b0786057f8a4d377bc2b /src-ed25519/supercop-ref/crypto_int32.h
parent86a1089dc6694f58d0f3356bdf9c8fe4061421f5 (diff)
parent5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb (diff)
Merge tag 'upstream/0.6.0.12'
Upstream version 0.6.0.12
Diffstat (limited to 'src-ed25519/supercop-ref/crypto_int32.h')
-rw-r--r--src-ed25519/supercop-ref/crypto_int32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src-ed25519/supercop-ref/crypto_int32.h b/src-ed25519/supercop-ref/crypto_int32.h
new file mode 100644
index 0000000..cae135e
--- /dev/null
+++ b/src-ed25519/supercop-ref/crypto_int32.h
@@ -0,0 +1,6 @@
+#ifndef crypto_int32_h
+#define crypto_int32_h
+
+typedef int crypto_int32;
+
+#endif