Home
last modified time | relevance | path

Searched refs:ca_path_tmp (Results 1 – 1 of 1) sorted by relevance

/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dtls_channel_handler.c289 struct aws_string *ca_path_tmp = NULL; in aws_tls_ctx_options_override_default_trust_store_from_path() local
300 ca_path_tmp = aws_string_new_from_c_str(options->allocator, ca_path); in aws_tls_ctx_options_override_default_trust_store_from_path()
301 if (!ca_path_tmp) { in aws_tls_ctx_options_override_default_trust_store_from_path()
325 options->ca_path = ca_path_tmp; in aws_tls_ctx_options_override_default_trust_store_from_path()
333 aws_string_destroy_secure(ca_path_tmp); in aws_tls_ctx_options_override_default_trust_store_from_path()