Skip to content

Commit 685a398

Browse files
Ron EldorRon Eldor
authored andcommitted
Minor fixes in get certificate policies oid test
1. Remove irrelevant dependency on `MBEDTLS_ASN1_WRITE_C`. 2. Remove whitespace between `*` and parameter.
1 parent e823416 commit 685a398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suites/test_suite_oid.function

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* END_DEPENDENCIES
1111
*/
1212

13-
/* BEGIN_CASE depends_on:MBEDTLS_ASN1_WRITE_C*/
14-
void oid_get_certificate_policies( data_t * oid, char * result_str )
13+
/* BEGIN_CASE */
14+
void oid_get_certificate_policies( data_t *oid, char *result_str )
1515
{
1616
mbedtls_asn1_buf asn1_buf = { 0, 0, NULL };
1717
int ret;

0 commit comments

Comments
 (0)