Reword error message on format of SAN arguments

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-10-17 14:59:31 +01:00
parent 0badeb4560
commit 9534dfd15b

View file

@ -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) {