aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-08 08:42:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-08 08:42:09 +0800
commit1751d7033533f18c89dd0d65853eb7ddbf0e2a88 (patch)
tree54c2be284a956bff414ffd9d8934e9d389347e77 /camel
parentc010132a3b9f2a1e64586d163f3ab60022267e69 (diff)
downloadgsoc2013-evolution-1751d7033533f18c89dd0d65853eb7ddbf0e2a88.tar.gz
gsoc2013-evolution-1751d7033533f18c89dd0d65853eb7ddbf0e2a88.tar.zst
gsoc2013-evolution-1751d7033533f18c89dd0d65853eb7ddbf0e2a88.zip
#if 0 out the code that was hopefully going to fix bug #5325 because the
2001-09-07 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-ssl.c (ssl_bad_cert): #if 0 out the code that was hopefully going to fix bug #5325 because the functions I used seem to have been deprecated. *sigh*. svn path=/trunk/; revision=12699
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-tcp-stream-ssl.c6
2 files changed, 9 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3a23bb94d3..3f6f07f71c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-09-07 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-tcp-stream-ssl.c (ssl_bad_cert): #if 0 out the code that
+ was hopefully going to fix bug #5325 because the functions I used
+ seem to have been deprecated. *sigh*.
+
* camel-remote-store.c (camel_remote_store_finalise): Disconnect
from the service here otherwise the locks will be destroyed and by
the time CamelService finalizes we'll crash or hang.
diff --git a/camel/camel-tcp-stream-ssl.c b/camel/camel-tcp-stream-ssl.c
index f63e043002..057e4d59cc 100644
--- a/camel/camel-tcp-stream-ssl.c
+++ b/camel/camel-tcp-stream-ssl.c
@@ -375,6 +375,10 @@ ssl_bad_cert (void *data, PRFileDesc *sockfd)
g_free (prompt);
if (accept) {
+#if 0
+ /* this code would work, except guess what? mozilla
+ again changed api - these are all deprecated
+ functions again. */
CERTCertificate *temp;
CERTCertTrust *trust;
PK11SlotInfo *slot;
@@ -393,7 +397,7 @@ ssl_bad_cert (void *data, PRFileDesc *sockfd)
CERT_DestroyCertificate (temp);
PORT_Free (nickname);
-
+#endif
return SECSuccess;
}
mate-1.18&id=734700d58220106b168cb1c4adb8d380e7bb6de0'>- update to 2.0.24dinoex2004-05-263-34/+33 * - quote CC in MAKE_ARGSdinoex2004-04-031-1/+1 * - use PKGNAMESUFFIX when made with WITHOUT_X11dinoex2004-03-271-0/+2 * - update to 2.0.22dinoex2004-03-184-32/+52 * - update to 2.0.17dinoex2004-03-172-4/+3 * - add SIZEdinoex2004-02-261-0/+1 * - ressurrect missing configure script fromdinoex2004-01-142-0/+45 * - Fix MASTER_SITESdinoex2003-11-211-1/+0 * - take maintainershipdinoex2003-11-181-1/+1 * Resurrect PORTEPOCH accidentally removed in last commit.nork2003-08-231-0/+1 * o Main modificationnork2003-08-1921-211/+2269 * o Change library name from libgd to libgd1.nork2003-07-127-232/+617 * Back out previous commit & Bump PORTEPOCH.nork2003-07-0221-2849/+367 * update graphics/gd: 1.8.4 --> 2.0.15daichi2003-07-0121-366/+2849 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+2 * bzip2 -> ${BZIP2_CMD}ijliao2002-04-301-1/+1 * Correct a typo.demon2002-04-071-1/+1 * Bump PORTREVISION after the freetype2 shlib major update.knu2002-03-131-1/+1 * This will build with any -lfreetype, any -ljpeg, and any -lpng.mi2002-01-222-4/+4 * Update version number of freetype2 shared library.sobomax2002-01-211-1/+1 * Fix the diff so that it actually apply. The original source should be usedjhay2001-12-161-3/+3 * - Respect CFLAGS properlylioux2001-12-153-46/+56 * Install the HTML documentation.roam2001-10-262-1/+11 * back out last commit, let others decide what to doijliao2001-10-231-1/+1 * typoijliao2001-10-211-1/+1 * XFree86-4 installs freetype.6, freetype2 installs freetype.7ijliao2001-10-211-1/+1 * Bump png majorache2001-09-111-1/+1 * Conditionalize the dependency on bzip2.knu2001-08-241-3/+6 * LIB_DEPEND on freetype again (regardless of version, what comes withmi2001-08-242-1/+7 * Use USE_FREETYPE2 instead of explicitly depending on freetype-config.mi2001-08-241-3/+2 * Restore the ability to _read_ gif images, removed by the author duemi2001-08-214-4/+27