From 94c3065d7f81644279495d1b63bc5d85073ccfa9 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Thu, 19 Sep 2024 16:13:32 +0100 Subject: [PATCH] Fix x509 parse syntax typo Co-authored-by: David Horstmann Signed-off-by: Harry Ramsey --- tests/suites/test_suite_x509parse.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_x509parse.function b/tests/suites/test_suite_x509parse.function index 66a7c8df9b..fae36571b1 100644 --- a/tests/suites/test_suite_x509parse.function +++ b/tests/suites/test_suite_x509parse.function @@ -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];