fix help message of aesgcm
demo
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
316c07b31c
commit
299a9eb565
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user