From 6024691d3c352e0c845672667cd2ef6a9e3bfdad Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 11 Mar 2002 02:33:27 +0000 Subject: Rename the OpenSSL implementation of things to match the NSS implementation so that callers don't need to care which one is being used. * camel-tcp-stream-openssl.c: Implement CamelTcpStreamSSL, not CamelTcpStreamOpenSSL. Rename methods as well. Replace the camel-tcp-stream-openssl.h include with camel-tcp-stream-ssl.h. * camel-tcp-stream-openssl.h: Gone. * camel-tcp-stream-ssl.c: Add a note explaining that this implementation is only used for NSS, and that OpenSSL's implementation is in another file. (Should probably do some CVS renaming magic at some point.) * camel-http-stream.c (http_connect): Remove OpenSSL refs; the previously-NSS-specific code works for both now. * camel-remote-store.c: Likewise. * providers/smtp/camel-smtp-transport.c: Likewise. * providers/pop3/camel-pop3-store.c: Likewise. * Makefile.am (libcamelinclude_HEADERS): Remove camel-tcp-stream-openssl.h svn path=/trunk/; revision=16093 --- camel/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 04ac36003d..c842dd59c7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,32 @@ +2002-03-10 Dan Winship + + Rename the OpenSSL implementation of things to match the NSS + implementation so that callers don't need to care which one is + being used. + + * camel-tcp-stream-openssl.c: Implement CamelTcpStreamSSL, not + CamelTcpStreamOpenSSL. Rename methods as well. Replace the + camel-tcp-stream-openssl.h include with camel-tcp-stream-ssl.h. + + * camel-tcp-stream-openssl.h: Gone. + + * camel-tcp-stream-ssl.c: Add a note explaining that this + implementation is only used for NSS, and that OpenSSL's + implementation is in another file. (Should probably do some CVS + renaming magic at some point.) + + * camel-http-stream.c (http_connect): Remove OpenSSL refs; the + previously-NSS-specific code works for both now. + + * camel-remote-store.c: Likewise. + + * providers/smtp/camel-smtp-transport.c: Likewise. + + * providers/pop3/camel-pop3-store.c: Likewise. + + * Makefile.am (libcamelinclude_HEADERS): Remove + camel-tcp-stream-openssl.h + 2002-03-10 Dan Winship * camel-tcp-stream.c (camel_tcp_stream_get_socket): Remove this: -- cgit v1.2.3