00001 00023 #ifndef POLARSSL_CERTS_H 00024 #define POLARSSL_CERTS_H 00025 00026 #ifdef __cplusplus 00027 extern "C" { 00028 #endif 00029 00030 extern char test_ca_crt[]; 00031 extern char test_ca_key[]; 00032 extern char test_ca_pwd[]; 00033 extern char test_srv_crt[]; 00034 extern char test_srv_key[]; 00035 extern char test_cli_crt[]; 00036 extern char test_cli_key[]; 00037 extern char xyssl_ca_crt[]; 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 00043 #endif /* certs.h */