Minor fixes in get certificate policies oid test

1. Remove irrelevant  dependency on `MBEDTLS_ASN1_WRITE_C`.
2. Remove whitespace between `*` and parameter.
This commit is contained in:
Ron Eldor 2019-04-03 09:46:27 +03:00
parent e82341646a
commit 685a398a6b

View File

@ -10,8 +10,8 @@
* END_DEPENDENCIES * END_DEPENDENCIES
*/ */
/* BEGIN_CASE depends_on:MBEDTLS_ASN1_WRITE_C*/ /* BEGIN_CASE */
void oid_get_certificate_policies( data_t * oid, char * result_str ) void oid_get_certificate_policies( data_t *oid, char *result_str )
{ {
mbedtls_asn1_buf asn1_buf = { 0, 0, NULL }; mbedtls_asn1_buf asn1_buf = { 0, 0, NULL };
int ret; int ret;