mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Rename test_ca_list to test_cas_pem
This commit is contained in:
parent
2f165060f0
commit
a958d69a70
10 changed files with 25 additions and 19 deletions
|
|
@ -120,8 +120,8 @@ int main( void )
|
|||
fflush( stdout );
|
||||
|
||||
#if defined(POLARSSL_CERTS_C)
|
||||
ret = x509_crt_parse( &cacert, (const unsigned char *) test_ca_list,
|
||||
test_ca_list_len );
|
||||
ret = x509_crt_parse( &cacert, (const unsigned char *) test_cas_pem,
|
||||
test_cas_pem_len );
|
||||
#else
|
||||
ret = 1;
|
||||
polarssl_printf("POLARSSL_CERTS_C not defined.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue