00001 00004 #ifndef XYSSL_CERTS_H 00005 #define XYSSL_CERTS_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 extern char test_ca_crt[]; 00012 extern char test_ca_key[]; 00013 extern char test_ca_pwd[]; 00014 extern char test_srv_crt[]; 00015 extern char test_srv_key[]; 00016 extern char test_cli_crt[]; 00017 extern char test_cli_key[]; 00018 extern char xyssl_ca_crt[]; 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif /* certs.h */