FossilOrigin-Name: 2a80ff74e83e1f6e99aba589ec8cec08d640199362326c61959aff81e93c5e0c
This commit is contained in:
7u83@mail.ru
2014-08-18 05:30:21 +00:00
parent a7a0616854
commit e638fd4aa2
8 changed files with 75 additions and 44 deletions

View File

@ -19,6 +19,7 @@
struct wtpinfo wtpinfo;
//int conf_rids[2];
@ -100,17 +101,16 @@ int wtp_main(const char *ad)
wtpconf_init();
cw_log_debug_level=6; //conf_debug_level;
// cw_log_debug_level=6; //conf_debug_level;
conf_dtls_psk="Tube";
conf_dtls_psk=0;
// conf_dtls_psk=0;
// conf_sslkeyfilename="../../ssl/wtp.key";
// conf_sslcertfilename="../../ssl/wtp.crt";
// conf_sslkeypass="7u83";
conf_sslkeyfilename="../../ssl/wtp.key";
conf_sslcertfilename="../../ssl/wtp.crt";
conf_sslkeypass="7u83";
cw_dbg_opt_type = DBG_DTLS;
#ifdef WITH_DTLS
dtls_init();