增加SSL模块初始化代码,修正SSL模块初始化时遇到的空句柄问题。

This commit is contained in:
Lu Qiuwen
2018-08-31 10:39:25 +08:00
parent c15be5af0e
commit 410ce46f06
3 changed files with 11 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
struct ssl_stream;
struct ssl_mgr;
struct ssl_mgr * ssl_manager_init(const char * ini_profile, const char * section, struct event_base * evbase,
struct ssl_mgr * ssl_manager_init(const char * ini_profile, const char * section, struct event_base * ev_base_gc,
void * logger, screen_stat_handle_t * fs);
void ssl_manager_destroy(struct ssl_mgr * mgr);