aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto_ops_builder/crypto_uint32.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-24 19:34:10 +0200
committerRiccardo Spagni <ric@spagni.net>2015-10-15 19:37:55 +0200
commitcbdf197db08ba8a8edd925d6811c1c9bf8e0b6be (patch)
treeaae7ec1ff823e449c4125c1c1887c577ac172fa6 /src/crypto/crypto_ops_builder/crypto_uint32.h
parentMerge pull request #432 (diff)
downloadmonero-cbdf197db08ba8a8edd925d6811c1c9bf8e0b6be.tar.xz
renamed folder
Diffstat (limited to 'src/crypto/crypto_ops_builder/crypto_uint32.h')
-rwxr-xr-xsrc/crypto/crypto_ops_builder/crypto_uint32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto/crypto_ops_builder/crypto_uint32.h b/src/crypto/crypto_ops_builder/crypto_uint32.h
new file mode 100755
index 000000000..21020d7b5
--- /dev/null
+++ b/src/crypto/crypto_ops_builder/crypto_uint32.h
@@ -0,0 +1,6 @@
+#ifndef crypto_uint32_h
+#define crypto_uint32_h
+
+typedef unsigned int crypto_uint32;
+
+#endif