diff options
Diffstat (limited to 'libmariadb/plugins/auth/ref10/crypto_uint64.h')
-rw-r--r-- | libmariadb/plugins/auth/ref10/crypto_uint64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmariadb/plugins/auth/ref10/crypto_uint64.h b/libmariadb/plugins/auth/ref10/crypto_uint64.h new file mode 100644 index 00000000..029c6819 --- /dev/null +++ b/libmariadb/plugins/auth/ref10/crypto_uint64.h @@ -0,0 +1,5 @@ +#include <stdint.h> +#include <sys/types.h> +typedef uint64_t crypto_uint64; + +#define select ed25519_select |