From a72ea814d8c3cec481813ee118a4b84b7137e63d Mon Sep 17 00:00:00 2001 From: Agathiyan Bragadeesh Date: Tue, 12 Sep 2023 17:57:09 +0100 Subject: [PATCH] Remove double blank line in x509_create.c Signed-off-by: Agathiyan Bragadeesh --- library/x509_create.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/x509_create.c b/library/x509_create.c index eff36d5f1f..1c489a3ca5 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -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; }