summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519/crypto_verify_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_ed25519/crypto_verify_32.h')
-rw-r--r--plugin/auth_ed25519/crypto_verify_32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/crypto_verify_32.h b/plugin/auth_ed25519/crypto_verify_32.h
new file mode 100644
index 00000000000..d8235b75c79
--- /dev/null
+++ b/plugin/auth_ed25519/crypto_verify_32.h
@@ -0,0 +1,2 @@
+#define crypto_verify_32 crypto_verify
+int crypto_verify(const unsigned char *x,const unsigned char *y);