1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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

@ -30,9 +30,11 @@
extern "C" {
#endif
#if defined(POLARSSL_PEM_PARSE_C)
/* Concatenation of all CA certificates in PEM format if available */
extern const char test_ca_list[];
extern const size_t test_ca_list_len;
extern const char test_cas_pem[];
extern const size_t test_cas_pem_len;
#endif
/* List of all CA certificates, terminated by NULL */
extern const char * test_cas[];