整理ssl stream的shutdown流程。

This commit is contained in:
zhengchao
2018-08-24 10:55:47 +08:00
parent 18a6dda00f
commit 0f87411d01
2 changed files with 146 additions and 424 deletions

View File

@@ -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