mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
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:
parent
e82341646a
commit
685a398a6b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue