From: Klas Lindfors Date: Thu, 9 Jan 2014 08:47:38 +0000 (+0100) Subject: better text about HMAC X-Git-Tag: v1.15.0~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82254e7344888d952b7e9dcfd4b9ec6af7405896;p=yubikey-personalization better text about HMAC key must be 40 bytes --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 62d47ea..a2d7ea4 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -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) : "); }