dovecot-2.0: Compiler warning fix when building without SSL.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 7 20:00:07 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/95ea01bb65f5
changeset: 9738:95ea01bb65f5
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 07 12:59:59 2009 -0400
description:
Compiler warning fix when building without SSL.

diffstat:

1 file changed, 1 deletion(-)
src/master/ssl-init.c |    1 -

diffs (11 lines):

diff -r 80c0e8bd1e47 -r 95ea01bb65f5 src/master/ssl-init.c
--- a/src/master/ssl-init.c	Thu Aug 06 15:56:31 2009 -0400
+++ b/src/master/ssl-init.c	Fri Aug 07 12:59:59 2009 -0400
@@ -172,7 +172,6 @@ void ssl_deinit(void)
 
 #else
 
-void ssl_parameter_process_destroyed(bool abnormal_exit ATTR_UNUSED) {}
 void ssl_check_parameters_file(void) {}
 void ssl_init(void) {}
 void ssl_deinit(void) {}


More information about the dovecot-cvs mailing list