/home/dko/projects/mobilec/trunk/src/security/xyssl-0.7/include/xyssl/certs.h

Go to the documentation of this file.
00001 
00004 #ifndef _CERTS_H
00005 #define _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 */

Generated on Fri May 16 14:49:55 2008 for Mobile-C by  doxygen 1.5.4