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