Rename test_ca_list to test_cas_pem

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-27 10:23:53 +01:00
parent 2f165060f0
commit a958d69a70
10 changed files with 25 additions and 19 deletions

View file

@ -301,9 +301,11 @@ const char test_dhm_params[] =
const size_t test_dhm_params_len = sizeof( test_dhm_params );
#endif
#if defined(POLARSSL_PEM_PARSE_C)
/* Concatenation of all available CA certificates */
const char test_ca_list[] = TEST_CA_CRT_RSA TEST_CA_CRT_EC;
const size_t test_ca_list_len = sizeof( test_ca_list );
const char test_cas_pem[] = TEST_CA_CRT_RSA TEST_CA_CRT_EC;
const size_t test_cas_pem_len = sizeof( test_cas_pem );
#endif
/* List of all available CA certificates */
const char * test_cas[] = {