Searched defs:ctx_set (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl.c155 const struct ssl_iostream_settings *ctx_set = &ssl_io->ctx->set; local
162 strcmp(ctx_set->cipher_list, set->cipher_list) != 0) {
172 (ctx_set->curve_list == NULL || strcmp(ctx_set->curve_list, set->curve_list) != 0)) {
203 if (set->cert.cert != NULL && strcmp(ctx_set->cert.cert, set->cert.cert) != 0) {
207 if (set->cert.key != NULL && strcmp(ctx_set->cert.key, set->cert.key) != 0) {
211 if (set->alt_cert.cert != NULL && strcmp(ctx_set->alt_cert.cert, set->alt_cert.cert) != 0) {
215 if (set->alt_cert.key != NULL && strcmp(ctx_set->alt_cert.key, set->alt_cert.key) != 0) {

Completed in 13 milliseconds