summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519/crypto_hash_sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_ed25519/crypto_hash_sha512.h')
-rw-r--r--plugin/auth_ed25519/crypto_hash_sha512.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/crypto_hash_sha512.h b/plugin/auth_ed25519/crypto_hash_sha512.h
new file mode 100644
index 00000000000..a1be896f911
--- /dev/null
+++ b/plugin/auth_ed25519/crypto_hash_sha512.h
@@ -0,0 +1,2 @@
+#include <mysql/service_sha2.h>
+#define crypto_hash_sha512(DST,SRC,SLEN) my_sha512(DST,(char*)(SRC),SLEN)