mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 18:40:01 +00:00
Remove double blank line in x509_create.c
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
parent
c7959b22c6
commit
a72ea814d8
@ -177,7 +177,6 @@ static int parse_attribute_value_string(const char *s,
|
||||
*(d++) = *c;
|
||||
}
|
||||
|
||||
|
||||
if (d - data == MBEDTLS_X509_MAX_DN_NAME_SIZE) {
|
||||
return MBEDTLS_ERR_X509_INVALID_NAME;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user