mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-05 02:37:49 +00:00
Remove double blank line in x509_create.c
Signed-off-by: Agathiyan Bragadeesh <[email protected]>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user