aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto_ops_builder/crypto_int32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crypto_ops_builder/crypto_int32.h')
-rwxr-xr-xsrc/crypto/crypto_ops_builder/crypto_int32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto/crypto_ops_builder/crypto_int32.h b/src/crypto/crypto_ops_builder/crypto_int32.h
new file mode 100755
index 000000000..cae135e6e
--- /dev/null
+++ b/src/crypto/crypto_ops_builder/crypto_int32.h
@@ -0,0 +1,6 @@
+#ifndef crypto_int32_h
+#define crypto_int32_h
+
+typedef int crypto_int32;
+
+#endif