Searched refs:set_copy (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-ssl.c90 struct ssl_iostream_settings set_copy = *set; local
93 set_copy.verify_remote_cert = TRUE;
99 if (io_stream_ssl_global_init(&set_copy, error_r) < 0)
101 return ssl_vfuncs->context_init_client(&set_copy, ctx_r, error_r);
136 struct ssl_iostream_settings set_copy = *set; local
137 set_copy.verify_remote_cert = TRUE;
138 return ssl_vfuncs->create(ctx, host, &set_copy, input, output,

Completed in 398 milliseconds