Reword error message on format of SAN arguments
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
107c60c765
commit
4a493b267f
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ usage:
|
||||||
*subtype_value++ = '\0';
|
*subtype_value++ = '\0';
|
||||||
} else {
|
} else {
|
||||||
mbedtls_printf(
|
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;
|
goto usage;
|
||||||
}
|
}
|
||||||
if (strcmp(q, "RFC822") == 0) {
|
if (strcmp(q, "RFC822") == 0) {
|
||||||
|
|
Loading…
Reference in a new issue