PolarSSL v1.1.4
certs.h
Go to the documentation of this file.
00001 
00027 #ifndef POLARSSL_CERTS_H
00028 #define POLARSSL_CERTS_H
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 extern const char test_ca_crt[];
00035 extern const char test_ca_key[];
00036 extern const char test_ca_pwd[];
00037 extern const char test_srv_crt[];
00038 extern const char test_srv_key[];
00039 extern const char test_cli_crt[];
00040 extern const char test_cli_key[];
00041 extern const char test_dhm_params[];
00042 
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046 
00047 #endif /* certs.h */