TFE适配MAAT4,编译表只注册一次
This commit is contained in:
@@ -46,7 +46,11 @@ int ssl_stream_get_integer_opt(struct ssl_stream *upstream, enum SSL_STREAM_OPT
|
||||
int ssl_stream_get_string_opt(struct ssl_stream *upstream, enum SSL_STREAM_OPT opt_type, char* in_buff, size_t sz);
|
||||
|
||||
void ssl_stream_set_cmsg_string(struct ssl_stream *stream, enum tfe_cmsg_tlv_type type, const char *value_str);
|
||||
|
||||
uint64_t ssl_stream_get_policy_id(struct ssl_stream *upstream);
|
||||
int ssl_stream_get_decrypted_profile_id(struct ssl_stream *upstream);
|
||||
int ssl_stream_get_trusted_keyring_profile_id(struct ssl_stream *upstream);
|
||||
int ssl_stream_get_untrusted_keyring_profile_id(struct ssl_stream *upstream);
|
||||
|
||||
unsigned int is_ssl_debug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user