From 58c15291c3c758bc79adc8e65d471b1f5dded136 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Mon, 12 Dec 2016 15:22:11 +0100 Subject: Remove changes to Pro 0.7 stick commands Signed-off-by: Szczepan Zalega --- include/stick10_commands.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/stick10_commands.h b/include/stick10_commands.h index 5ae2591..f02fd70 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -48,7 +48,6 @@ class EraseSlot : Command { public: struct CommandPayload { uint8_t slot_number; - uint8_t temporary_admin_password[25]; bool isValid() const { return !(slot_number & 0xF0); } std::string dissect() const { @@ -138,7 +137,6 @@ class WriteToHOTPSlot : Command { }; class WriteToTOTPSlot : Command { - //admin auth public: struct CommandPayload { uint8_t slot_number; @@ -184,7 +182,6 @@ class WriteToTOTPSlot : Command { }; class GetTOTP : Command { - //user auth public: struct CommandPayload { uint8_t slot_number; @@ -615,7 +612,6 @@ class PasswordSafeSendSlotViaHID : Command { // TODO "Device::passwordSafeSendSlotDataViaHID" class WriteGeneralConfig : Command { - //admin auth public: struct CommandPayload { union{ -- cgit v1.2.1