Oops, include the camel-tcp-stream-ssl header instead of the raw one.

2001-01-31  Jeffrey Stedfast  <fejj@helixcode.com>

	* camel-tcp-stream-ssl.c: Oops, include the camel-tcp-stream-ssl
	header instead of the raw one.

svn path=/trunk/; revision=8103
This commit is contained in:
Jeffrey Stedfast
2001-02-08 04:50:59 +00:00
committed by Jeffrey Stedfast
parent 5870f8ab9b
commit afa21bb264
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-01-31 Jeffrey Stedfast <fejj@helixcode.com>
* camel-tcp-stream-ssl.c: Oops, include the camel-tcp-stream-ssl
header instead of the raw one.
2001-02-07 Not Zed <NotZed@Ximian.com>
* camel-operation.c (camel_operation_start): Changed to push the

View File

@ -22,7 +22,7 @@
#include <config.h>
#include "camel-tcp-stream-raw.h"
#include "camel-tcp-stream-ssl.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>