From ce0a70318adf6f68cf99c3fcb3c030161e2addd2 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 23 Jun 2018 11:47:10 +0200 Subject: Handle WINK command Signed-off-by: Szczepan Zalega --- libnitrokey/stick20_commands.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libnitrokey/stick20_commands.h') diff --git a/libnitrokey/stick20_commands.h b/libnitrokey/stick20_commands.h index 4b75e6a..7efa1b6 100644 --- a/libnitrokey/stick20_commands.h +++ b/libnitrokey/stick20_commands.h @@ -275,6 +275,12 @@ namespace nitrokey { CommandTransaction; }; + class Wink : Command { + public: + typedef Transaction + CommandTransaction; + }; + class CheckSmartcardUsage : Command { public: typedef Transaction -- cgit v1.2.1