From: Timo Sirainen Date: Tue, 19 Mar 2013 09:39:07 +0000 (+0200) Subject: lib-fs: Allow passing through SSL client settings via struct fs_settings. X-Git-Tag: 2.2.rc3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a629cd7110285f0046793e4d0b29dee327dfbf;p=thirdparty%2Fdovecot%2Fcore.git lib-fs: Allow passing through SSL client settings via struct fs_settings. --- diff --git a/src/lib-fs/fs-api.h b/src/lib-fs/fs-api.h index 5aabcffb29..77a561300e 100644 --- a/src/lib-fs/fs-api.h +++ b/src/lib-fs/fs-api.h @@ -65,6 +65,8 @@ struct fs_settings { /* 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. */