Ver Fonte

fix help message of `aesgcm` demo

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel há 2 anos atrás
pai
commit
05f94077cc
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      demos/aesgcm.c

+ 1 - 1
demos/aesgcm.c

@@ -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);
 }