diff --git a/libnitrokey/stick10_commands.h b/libnitrokey/stick10_commands.h index f2ffba23..cc48bf12 100644 --- a/libnitrokey/stick10_commands.h +++ b/libnitrokey/stick10_commands.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2018 Nitrokey UG + * Copyright (c) 2015-2019 Nitrokey UG * * This file is part of libnitrokey. * @@ -815,7 +815,7 @@ class ChangeUserPin : Command { class IsAESSupported : Command { public: struct CommandPayload { - uint8_t user_password[20]; + uint8_t user_password[30]; std::string dissect() const { std::stringstream ss; print_to_ss_volatile(user_password);