[dovecot-cvs] dovecot/src/login-common ssl-proxy-openssl.c, 1.43, 1.44

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


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

Modified Files:
	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.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- ssl-proxy-openssl.c	6 Aug 2006 20:05:35 -0000	1.43
+++ ssl-proxy-openssl.c	6 Aug 2006 20:08:54 -0000	1.44
@@ -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