]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-fs: Allow passing through SSL client settings via struct fs_settings.
authorTimo Sirainen <tss@iki.fi>
Tue, 19 Mar 2013 09:39:07 +0000 (11:39 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 19 Mar 2013 09:39:07 +0000 (11:39 +0200)
src/lib-fs/fs-api.h

index 5aabcffb29ddb22f1671c942ef3bb4aba88134a5..77a561300e5bb3eb3e8a9991ae18bd3baaef9afd 100644 (file)
@@ -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. */