Skip to content

Commit 05f9407

Browse files
committed
fix help message of aesgcm demo
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 2a1b284 commit 05f9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/aesgcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static void scan_hex(const char* str, uint8_t* bytes, size_t blen)
8686

8787
static void die(int ret)
8888
{
89-
fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <96 char hex-string 'IV | key'>\n");
89+
fprintf(stderr, "Usage: aesgcm <-e|-d> <infile> <outfile> <88|96 char hex-string 'IV | key'>\n");
9090
exit(ret);
9191
}
9292

0 commit comments

Comments
 (0)