fix help message of aesgcm demo

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel 2023-03-31 14:15:19 +02:00 committed by Jamie Reece Wilson
parent 316c07b31c
commit 299a9eb565

View File

@ -86,7 +86,7 @@ static void scan_hex(const char* str, uint8_t* bytes, size_t blen)
static void die(int ret)
{
fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <96 char hex-string 'IV | key'>\n");
fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <88|96 char hex-string 'IV | key'>\n");
exit(ret);
}