TSG-148 修改录入 kafka 数据格式,修正代码格式

This commit is contained in:
luwenpeng
2019-12-06 15:51:03 +08:00
parent daa1899f91
commit 67c27a2fb5
3 changed files with 131 additions and 75 deletions

View File

@@ -8,6 +8,6 @@
// return 0 for success, return -1 for failed
int ssl_mid_cert_kafka_logger_create(const char *profile, const char *section);
void ssl_mid_cert_kafka_logger_destory(void);
void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) * cert_chain, X509_STORE *trusted_store);
void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) *cert_chain, X509_STORE *trusted_store, const char *hostname);
#endif //TFE_SSL_FETCH_CERT_H