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
|
@ -424,8 +424,8 @@ int main( void )
|
|||
goto exit;
|
||||
}
|
||||
|
||||
ret = x509_crt_parse( &srvcert, (const unsigned char *) test_ca_list,
|
||||
test_ca_list_len );
|
||||
ret = x509_crt_parse( &srvcert, (const unsigned char *) test_cas_pem,
|
||||
test_cas_pem_len );
|
||||
if( ret != 0 )
|
||||
{
|
||||
polarssl_printf( " failed\n ! x509_crt_parse returned %d\n\n", ret );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue