整理ssl stream的shutdown流程。
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
struct ssl_stream;
|
||||
|
||||
struct ssl_mgr;
|
||||
struct ssl_mgr* init_ssl_manager(const char* ini_profile, const char* section);
|
||||
struct ssl_mgr* init_ssl_manager(const char* ini_profile, const char* section, void* logger);
|
||||
void destroy_ssl_manager(struct ssl_mgr* mgr);
|
||||
|
||||
struct ssl_chello
|
||||
|
||||
Reference in New Issue
Block a user