1. 暴露ssl_stream.h给业务层;2. 将ssl policy功能放到业务层插件目录。

This commit is contained in:
zhengchao
2019-05-20 15:08:42 +08:00
parent 7cbd432a25
commit e4291c0fda
13 changed files with 104 additions and 86 deletions

View File

@@ -2,7 +2,7 @@
#include <tfe_stream.h>
#include <event2/event.h>
#include <ssl_stream.h>
#include <ssl_stream_core.h>
struct ssl_mgr;
struct key_keeper;