Replacing tabs with spaces

Signed-off-by: toth92g <toth92g@gmail.com>
This commit is contained in:
toth92g
2021-05-04 11:31:03 +02:00
committed by Gilles Peskine
parent f1eac715ed
commit e95bd6e264

View File

@@ -660,6 +660,11 @@ static int x509_get_subject_key_id(unsigned char **p,
MBEDTLS_ERR_ASN1_LENGTH_MISMATCH;
}
if (*p != end) {
return MBEDTLS_ERR_X509_INVALID_EXTENSIONS +
MBEDTLS_ERR_ASN1_LENGTH_MISMATCH;
}
return 0;
}