diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-05 16:18:16 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-10 18:21:28 +0100 |
commit | 7120118a5e97477778715ebdc8e4fba548a6dc87 (patch) | |
tree | e1f4c8108c21feab6a942faeda8addb901c98bfd /plugin/auth_ed25519/crypto_int64.h | |
parent | 269ab56f8b4056ec63e712ba305761dd835ea10e (diff) | |
download | mariadb-git-7120118a5e97477778715ebdc8e4fba548a6dc87.tar.gz |
MDEV-12160 Modern alternative to the SHA1 authentication plugin
ED25519 authentication plugin
Diffstat (limited to 'plugin/auth_ed25519/crypto_int64.h')
-rw-r--r-- | plugin/auth_ed25519/crypto_int64.h | 5 |
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 00000000000..a308e406721 --- /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 |