mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-10 05:07:47 +00:00
Fix x509 parse syntax typo
Co-authored-by: David Horstmann <[email protected]> Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
co-authored by
David Horstmann
parent
e5b261f1e8
commit
94c3065d7f
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user