summaryrefslogtreecommitdiffstats
path: root/plugin/auth_ed25519/crypto_int64.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_ed25519/crypto_int64.h')
-rw-r--r--plugin/auth_ed25519/crypto_int64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/crypto_int64.h b/plugin/auth_ed25519/crypto_int64.h
new file mode 100644
index 00000000..a308e406
--- /dev/null
+++ b/plugin/auth_ed25519/crypto_int64.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+#include <sys/types.h>
+typedef int64_t crypto_int64;
+
+#define select ed25519_select