mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
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
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue