diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-11 12:35:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-11 12:35:20 +0800 |
commit | 6da96db8dd1fc783a025fb1db9ecf46430f744d6 (patch) | |
tree | 4705506d13b5c4492c650ab8d49a5a05a7a619b4 /camel/ChangeLog | |
parent | 21a546759f43127acc297d0277e4c6d8b1d67245 (diff) | |
download | gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar.gz gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar.bz2 gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar.lz gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar.xz gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.tar.zst gsoc2013-evolution-6da96db8dd1fc783a025fb1db9ecf46430f744d6.zip |
Comment out everything unless HAVE_NSS is defined.
2001-03-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.h: Comment out everything unless HAVE_NSS
is defined.
* camel-tcp-stream-ssl.c (stream_read): Don't use errno, use
nspr's error code stuff.
(stream_write): Same.
svn path=/trunk/; revision=8626
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 247986ca05..d9dec56c7a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,14 @@ 2001-03-09 Jeffrey Stedfast <fejj@ximian.com> + * camel-tcp-stream-ssl.h: Comment out everything unless HAVE_NSS + is defined. + + * camel-tcp-stream-ssl.c (stream_read): Don't use errno, use + nspr's error code stuff. + (stream_write): Same. + +2001-03-09 Jeffrey Stedfast <fejj@ximian.com> + * camel-session.c (camel_session_query_authenticator): Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt to the user. This will be needed by the SSL/TLS code to come. Also |