Declaration for ssl cert and key files.

FossilOrigin-Name: ccbfb0736f9e288f13a0db15a2e104ffae8b097bb8aeebca111f759d427ceae6
This commit is contained in:
7u83@mail.ru 2014-08-02 05:49:59 +00:00
parent fc6ed1269b
commit e0e37a709f
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@ extern int conf_lwapp;
#endif
extern char * conf_dtls_psk;
extern char * conf_sslcertfilename;
extern char * conf_sslkeyfilename;
extern char * conf_sslkeypass;
extern char * conf_dtls_psk;
extern char ** conf_mcast_groups;
extern int conf_mcast_groups_len;