diff options
Diffstat (limited to 'src/ext/ed25519/ref10/crypto_uint64.h')
-rw-r--r-- | src/ext/ed25519/ref10/crypto_uint64.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ext/ed25519/ref10/crypto_uint64.h b/src/ext/ed25519/ref10/crypto_uint64.h new file mode 100644 index 0000000000..cbda882a6a --- /dev/null +++ b/src/ext/ed25519/ref10/crypto_uint64.h @@ -0,0 +1,3 @@ +/* Added for Tor. */ +#include "torint.h" +#define crypto_uint64 uint64_t |