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

/dovecot/src/lib-master/
H A Dmaster-service-ssl-settings.h23 const char *ssl_options; member in struct:master_service_ssl_settings
30 /* These are derived from ssl_options, not set directly */
H A Dmaster-service-ssl-settings.c38 DEF(SET_STR, ssl_options), /* parsed as a string to set bools */
67 .ssl_options = "",
121 /* Now explode the ssl_options string into individual flags */
127 const char **opts = t_strsplit_spaces(set->ssl_options, ", ");
135 "so it is redundant in ssl_options");
140 *error_r = t_strdup_printf("ssl_options: unknown flag: '%s'",

Completed in 16 milliseconds