From: Klas Lindfors Date: Thu, 2 Jan 2014 07:59:24 +0000 (+0100) Subject: add 3.2 as supported X-Git-Tag: v1.15.0~24 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec14a4c18ae90c37c48fbdfc71a725c26d1a759;p=yubikey-personalization add 3.2 as supported --- diff --git a/ykcore/ykcore.c b/ykcore/ykcore.c index b3e1dce..a4f0b04 100644 --- a/ykcore/ykcore.c +++ b/ykcore/ykcore.c @@ -119,7 +119,8 @@ int yk_check_firmware_version2(YK_STATUS *st) st->versionMinor == 4)) || (st->versionMajor == 3 && (st->versionMinor == 0 || - st->versionMinor == 1)))) { + st->versionMinor == 1 || + st->versionMinor == 2)))) { yk_errno = YK_EFIRMWARE; return 0; }