From 2323f838dbf605f498b953bc9d75657639d131f4 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 27 Jul 2010 07:33:20 +0000 Subject: Fixes accepted SSL certs not loaded when using alternative config dir. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2635 ee746299-78ed-0310-b773-934348b2243d --- libsylph/sylmain.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libsylph') diff --git a/libsylph/sylmain.c b/libsylph/sylmain.c index 97e078dd..bcd677b1 100644 --- a/libsylph/sylmain.c +++ b/libsylph/sylmain.c @@ -230,9 +230,6 @@ void syl_init(void) #endif sock_init(); -#if USE_SSL - ssl_init(); -#endif #ifdef G_OS_UNIX /* ignore SIGPIPE signal for preventing sudden death of program */ @@ -326,9 +323,6 @@ void syl_cleanup(void) #endif close_log_file(); -#if USE_SSL - ssl_done(); -#endif sock_cleanup(); if (app) { -- cgit v1.2.3