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:57:23 +01:00
parent 107c60c765
commit 4a493b267f

View file

@ -585,7 +585,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) {