dovecot-2.2: lib-fs: Allow passing through SSL client settings v...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 19 11:43:04 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/aa255de644d0
changeset: 16038:aa255de644d0
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 19 11:39:07 2013 +0200
description:
lib-fs: Allow passing through SSL client settings via struct fs_settings.

diffstat:

 src/lib-fs/fs-api.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 16a410a546de -r aa255de644d0 src/lib-fs/fs-api.h
--- a/src/lib-fs/fs-api.h	Mon Mar 18 21:31:34 2013 +0200
+++ b/src/lib-fs/fs-api.h	Tue Mar 19 11:39:07 2013 +0200
@@ -65,6 +65,8 @@
 	/* Directory where temporary files can be created at any time
 	   (e.g. /tmp or mail_temp_dir) */
 	const char *temp_dir;
+	/* SSL client settings. */
+	const struct ssl_iostream_settings *ssl_client_set;
 
 	/* Automatically try to rmdir() directories up to this path when
 	   deleting files. */


More information about the dovecot-cvs mailing list