00001 /* SVN FILE INFO 00002 * $Revision: 174 $ : Last Committed Revision 00003 * $Date: 2008-06-24 10:50:29 -0700 (Tue, 24 Jun 2008) $ : Last Committed Date */ 00007 #ifndef _CERTS_H 00008 #define _CERTS_H 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 extern char test_ca_crt[]; 00015 extern char test_ca_key[]; 00016 extern char test_ca_pwd[]; 00017 extern char test_srv_crt[]; 00018 extern char test_srv_key[]; 00019 extern char test_cli_crt[]; 00020 extern char test_cli_key[]; 00021 extern char xyssl_ca_crt[]; 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif /* certs.h */