dovecot-2.1: Fixed compiling when building without SSL support.
dovecot at dovecot.org
dovecot at dovecot.org
Thu May 8 13:18:33 UTC 2014
details: http://hg.dovecot.org/dovecot-2.1/rev/5162c2051642
changeset: 15016:5162c2051642
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 b7ac23b4d339 -r 5162c2051642 src/login-common/ssl-proxy.c
--- a/src/login-common/ssl-proxy.c Wed May 07 17:26:21 2014 +0300
+++ b/src/login-common/ssl-proxy.c Thu May 08 11:29:34 2014 +0300
@@ -84,6 +84,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