diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-24 19:34:10 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-26 18:00:53 +0200 |
commit | bb0c161e7d4bff0e70b59c2f4267da96f34742af (patch) | |
tree | 6218bba2ad3cdaa4a8c0be027587db736a2cc946 /src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h | |
parent | Merge pull request #448 (diff) | |
download | monero-bb0c161e7d4bff0e70b59c2f4267da96f34742af.tar.xz |
renamed folder
Diffstat (limited to 'src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h')
-rw-r--r-- | src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h b/src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h new file mode 100644 index 000000000..f68a28361 --- /dev/null +++ b/src/crypto/crypto_ops_builder/include/sodium/crypto_int64.h @@ -0,0 +1,8 @@ +#ifndef crypto_int64_H +#define crypto_int64_H + +#include <stdint.h> + +typedef int64_t crypto_int64; + +#endif |