mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-26 15:07:59 +08:00
Fix code style issue in cert_req program
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
737cfe184b
commit
eade3fedb2
@ -262,7 +262,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…
x
Reference in New Issue
Block a user