diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-07-26 12:23:26 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-01 13:54:57 +0200 |
commit | 32ed4100e098ae2930e6fd94800c6ce7041101c2 (patch) | |
tree | 5cd408f732d1b40ec1651dbcae35ffa0f4501206 /include/stick10_commands.h | |
parent | 39b7c99bbd00c0bc4906939ceefb724a3d9ddc35 (diff) | |
download | libnitrokey-32ed4100e098ae2930e6fd94800c6ce7041101c2.tar.gz libnitrokey-32ed4100e098ae2930e6fd94800c6ce7041101c2.tar.bz2 |
Working PW safe getting slot name
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/stick10_commands.h')
-rw-r--r-- | include/stick10_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h index 31041d0..d350044 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -596,7 +596,7 @@ class Authorize : Command<CommandID::AUTHORIZE> { class UserAuthorize : Command<CommandID::USER_AUTHORIZE> { public: struct CommandPayload { - uint8_t crc_to_authorize[4]; + uint64_t crc_to_authorize; uint8_t temporary_password[25]; std::string dissect() const { std::stringstream ss; |