dovecot-2.2: Compiling fix for building without SSL.

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:30 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/8699f3d3c1e4
changeset: 14383:8699f3d3c1e4
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Mar 24 14:21:59 2012 +0200
description:
Compiling fix for building without SSL.

diffstat:

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

diffs (14 lines):

diff -r 4ae85f573c93 -r 8699f3d3c1e4 src/login-common/ssl-proxy.c
--- a/src/login-common/ssl-proxy.c	Fri Mar 23 14:37:22 2012 +0200
+++ b/src/login-common/ssl-proxy.c	Sat Mar 24 14:21:59 2012 +0200
@@ -38,6 +38,10 @@
 {
 }
 
+void ssl_proxy_unset_client(struct ssl_proxy *proxy ATTR_UNUSED)
+{
+}
+
 bool ssl_proxy_has_valid_client_cert(const struct ssl_proxy *proxy ATTR_UNUSED)
 {
 	return FALSE;


More information about the dovecot-cvs mailing list