[dovecot-cvs] dovecot/src/login-common ssl-proxy-openssl.c, 1.37.2.6, 1.37.2.7

cras at dovecot.org cras at dovecot.org
Sun Aug 6 23:08:54 EEST 2006


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv30744

Modified Files:
      Tag: branch_1_0
	ssl-proxy-openssl.c 
Log Message:
Minor cleanup, but more importantly last commit message didn't say that the
SSL proxy rewrite was once again reverted to the original one, but with
SSL_pending() fix from the new one. Hopefully this will finally work with
everyone.



Index: ssl-proxy-openssl.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/ssl-proxy-openssl.c,v
retrieving revision 1.37.2.6
retrieving revision 1.37.2.7
diff -u -d -r1.37.2.6 -r1.37.2.7
--- ssl-proxy-openssl.c	6 Aug 2006 20:05:24 -0000	1.37.2.6
+++ ssl-proxy-openssl.c	6 Aug 2006 20:08:52 -0000	1.37.2.7
@@ -68,7 +68,6 @@
 static struct ssl_parameters ssl_params;
 
 static void plain_read(void *context);
-static void plain_write(void *context);
 static void ssl_read(struct ssl_proxy *proxy);
 static void ssl_write(struct ssl_proxy *proxy);
 static void ssl_step(void *context);



More information about the dovecot-cvs mailing list