dovecot-2.1: Fixed compiling without SSL.

dovecot at dovecot.org dovecot at dovecot.org
Fri Mar 23 13:59:59 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/f369e76d0867
changeset: 14345:f369e76d0867
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 23 13:59:52 2012 +0200
description:
Fixed compiling without SSL.

diffstat:

 src/login-common/ssl-proxy.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 24b3de4952b5 -r f369e76d0867 src/login-common/ssl-proxy.c
--- a/src/login-common/ssl-proxy.c	Fri Mar 23 13:46:27 2012 +0200
+++ b/src/login-common/ssl-proxy.c	Fri Mar 23 13:59:52 2012 +0200
@@ -10,6 +10,7 @@
 /* no SSL support */
 
 int ssl_proxy_alloc(int fd ATTR_UNUSED, const struct ip_addr *ip ATTR_UNUSED,
+		    pool_t set_pool ATTR_UNUSED,
 		    const struct login_settings *set ATTR_UNUSED,
 		    struct ssl_proxy **proxy_r ATTR_UNUSED)
 {
@@ -18,6 +19,7 @@
 }
 
 int ssl_proxy_client_alloc(int fd ATTR_UNUSED, struct ip_addr *ip ATTR_UNUSED,
+			   pool_t set_pool ATTR_UNUSED,
 			   const struct login_settings *set ATTR_UNUSED,
 			   ssl_handshake_callback_t *callback ATTR_UNUSED,
 			   void *context ATTR_UNUSED,


More information about the dovecot-cvs mailing list