From 0688078d9c8ec564a72e8101c3859f3226f65289 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 5 Aug 2016 11:06:49 +0200 Subject: Fixed PIN protected HOTP requests Signed-off-by: Szczepan Zalega --- include/stick10_commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { class UserAuthorize : Command { 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; -- cgit v1.2.1