]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Fixed compiling without SSL.
authorTimo Sirainen <tss@iki.fi>
Fri, 23 Mar 2012 11:59:52 +0000 (13:59 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 23 Mar 2012 11:59:52 +0000 (13:59 +0200)
src/login-common/ssl-proxy.c

index 4884421be38d3c2a792d8a95100b8a2581b67327..683bd02fd6ee0a12a3201017cbb49c2f51ccb9b5 100644 (file)
@@ -10,6 +10,7 @@ bool ssl_initialized = FALSE;
 /* 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_alloc(int fd ATTR_UNUSED, const struct ip_addr *ip ATTR_UNUSED,
 }
 
 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,