]> err.no Git - yubikey-personalization/commitdiff
better text about HMAC
authorKlas Lindfors <klas@yubico.com>
Thu, 9 Jan 2014 08:47:38 +0000 (09:47 +0100)
committerKlas Lindfors <klas@yubico.com>
Thu, 9 Jan 2014 08:48:39 +0000 (09:48 +0100)
key must be 40 bytes

ykpersonalize.c

index 62d47ea4aa70f93cec6e2bfb743d25a2d689bef3..a2d7ea4cb3e316161875d292765599d0236b79ab 100644 (file)
@@ -192,7 +192,7 @@ int main(int argc, char **argv)
                size_t keylen;
                if(keylocation == 2) {
                        if(key_bytes == 20) {
-                               fprintf(stderr, " HMAC key, up to 20 bytes (40 characters hex) : ");
+                               fprintf(stderr, " HMAC key, 20 bytes (40 characters hex) : ");
                        } else {
                                fprintf(stderr, " AES key, 16 bytes (32 characters hex) : ");
                        }