From 5ed9f47355ad8e28f7597d1738854b6550a02a9f Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Fri, 1 Nov 2013 02:12:37 +0400 Subject: [PATCH] make yubico slot #2 default --- ykneo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ykneo.c b/ykneo.c index 5a153a5..9fbe87e 100644 --- a/ykneo.c +++ b/ykneo.c @@ -15,7 +15,8 @@ static const BYTE cr_cmd[] = {0x00, 0x01, 0xff, 0x00}; static BYTE cr_for_slot[3] = {0xff, 0x30, 0x38}; -static int slot; +static int slot = 2; /* second by default, people tend to leave */ + /* the first with factory settings. */ static int ykn_parse_option(char *key, char *val) { -- 2.39.2