Fix x509 parse syntax typo

Co-authored-by: David Horstmann <[email protected]>
Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
Harry Ramsey
2024-09-19 16:30:09 +01:00
co-authored by David Horstmann
parent e5b261f1e8
commit 94c3065d7f
+1 -1
View File
@@ -1750,7 +1750,7 @@ exit:
}
/* END_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_x509_USE_C */
/* BEGIN_CASE depends_on:MBEDTLS_X509_USE_C */
void oid_get_numeric_string(data_t *oid, int error_ret, char *result_str)
{
char buf[256];