Reword error message on format of SAN arguments
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
0badeb4560
commit
9534dfd15b
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ usage:
|
|||
*subtype_value++ = '\0';
|
||||
} else {
|
||||
mbedtls_printf(
|
||||
"Invalid argument for option SAN: Entry should be separated by a colon\n");
|
||||
"Invalid argument for option SAN: Entry must be of the form TYPE:value\n");
|
||||
goto usage;
|
||||
}
|
||||
if (strcmp(q, "RFC822") == 0) {
|
||||
|
|
Loading…
Reference in a new issue