Fix code style issue in cert_write program
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
1444c0eb20
commit
5867465e90
1 changed files with 2 additions and 1 deletions
|
@ -584,7 +584,8 @@ usage:
|
||||||
if ((subtype_value = strchr(q, ':')) != NULL) {
|
if ((subtype_value = strchr(q, ':')) != NULL) {
|
||||||
*subtype_value++ = '\0';
|
*subtype_value++ = '\0';
|
||||||
} else {
|
} else {
|
||||||
mbedtls_printf("Invalid argument for option SAN: Entry should be separated by a colon\n");
|
mbedtls_printf(
|
||||||
|
"Invalid argument for option SAN: Entry should be separated by a colon\n");
|
||||||
goto usage;
|
goto usage;
|
||||||
}
|
}
|
||||||
if (strcmp(q, "RFC822") == 0) {
|
if (strcmp(q, "RFC822") == 0) {
|
||||||
|
|
Loading…
Reference in a new issue