diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/auth_ed25519/crypto_uint32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/crypto_uint32.h b/plugin/auth_ed25519/crypto_uint32.h new file mode 100644 index 00000000..ab2977ca --- /dev/null +++ b/plugin/auth_ed25519/crypto_uint32.h @@ -0,0 +1,5 @@ +#include <stdint.h> +#include <sys/types.h> +typedef uint32_t crypto_uint32; + +#define select ed25519_select |