aboutsummaryrefslogtreecommitdiff
path: root/include/stick10_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stick10_commands.h')
-rw-r--r--include/stick10_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h
index 95aaa93..f7813c4 100644
--- a/include/stick10_commands.h
+++ b/include/stick10_commands.h
@@ -669,7 +669,7 @@ class Authorize : Command<CommandID::AUTHORIZE> {
class UserAuthorize : Command<CommandID::USER_AUTHORIZE> {
public:
struct CommandPayload {
- uint64_t crc_to_authorize;
+ uint32_t crc_to_authorize;
uint8_t temporary_password[25];
std::string dissect() const {
std::stringstream ss;