dovecot-2.2: Fixed compiling when building without SSL support.

dovecot at dovecot.org dovecot at dovecot.org
Thu May 8 08:30:12 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/10ce023ebf79
changeset: 17347:10ce023ebf79
user:      Timo Sirainen <tss at iki.fi>
date:      Thu May 08 11:29:34 2014 +0300
description:
Fixed compiling when building without SSL support.

diffstat:

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

diffs (12 lines):

diff -r f64ccd83673d -r 10ce023ebf79 src/login-common/ssl-proxy.c
--- a/src/login-common/ssl-proxy.c	Thu May 08 10:21:56 2014 +0300
+++ b/src/login-common/ssl-proxy.c	Thu May 08 11:29:34 2014 +0300
@@ -86,6 +86,8 @@
 	return "";
 }
 
+void ssl_proxy_destroy(struct ssl_proxy *proxy ATTR_UNUSED) {}
+
 void ssl_proxy_free(struct ssl_proxy **proxy ATTR_UNUSED) {}
 
 unsigned int ssl_proxy_get_count(void)


More information about the dovecot-cvs mailing list