PolarSSL

polarssl/certs.h

Go to the documentation of this file.
00001 
00025 #ifndef POLARSSL_CERTS_H
00026 #define POLARSSL_CERTS_H
00027 
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031 
00032 extern const char test_ca_crt[];
00033 extern const char test_ca_key[];
00034 extern const char test_ca_pwd[];
00035 extern const char test_srv_crt[];
00036 extern const char test_srv_key[];
00037 extern const char test_cli_crt[];
00038 extern const char test_cli_key[];
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif
00043 
00044 #endif /* certs.h */
 All Classes Files Functions Variables Defines