Make the SSL stream's stream_write() reusable internally
authorFederico Mena Quintero <federico@novell.com>
Thu, 27 May 2010 00:51:00 +0000 (19:51 -0500)
committerFederico Mena Quintero <federico@novell.com>
Wed, 2 Jun 2010 22:39:52 +0000 (17:39 -0500)
commit8dd38c31e017ec5fa27de6731463009d1bdcd8a0
treeb1e622dbca7fc628787b803b16f13a6d9f8fde86
parent843f5c558ca7102a3d5f298dce0a53d68bf1675a
Make the SSL stream's stream_write() reusable internally

We need to write to a PRFileDesc* from the initial step that
connects to a SOCKS4 proxy, so we need that function to
be reusable for generic write() operations.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
camel/camel-tcp-stream-ssl.c