aboutsummaryrefslogtreecommitdiff
path: root/include/command_id.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-10-27 19:42:17 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-11-26 18:56:24 +0100
commita4d93360a600d5361a825c5270cb313202e1f318 (patch)
treea43b95520d364a4a44c60c641296636f1c10e755 /include/command_id.h
parente828759986f3c9633fb0177bf446752480a66adf (diff)
downloadlibnitrokey-a4d93360a600d5361a825c5270cb313202e1f318.tar.gz
libnitrokey-a4d93360a600d5361a825c5270cb313202e1f318.tar.bz2
Fix naming for change password commands ids
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/command_id.h')
-rw-r--r--include/command_id.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/command_id.h b/include/command_id.h
index 76c7132..aa65dd3 100644
--- a/include/command_id.h
+++ b/include/command_id.h
@@ -66,9 +66,6 @@ enum class CommandID : uint8_t {
CHANGE_USER_PIN = 0x14,
CHANGE_ADMIN_PIN = 0x15,
- STICK20_CMD_SEND_PASSWORD = stick20::CMD_START_VALUE + 18,
- STICK20_CMD_SEND_NEW_PASSWORD = stick20::CMD_START_VALUE + 19,
-
ENABLE_CRYPTED_PARI = 0x20,
DISABLE_CRYPTED_PARI = 0x20 + 1,
ENABLE_HIDDEN_CRYPTED_PARI = 0x20 + 2,