diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-07-27 07:33:20 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-07-27 07:33:20 +0000 |
commit | 2323f838dbf605f498b953bc9d75657639d131f4 (patch) | |
tree | 5d1ad37c64d46f0976abbd8fc1bcb67f525eb5d5 /libsylph | |
parent | ef9b25bb1a22c98c33d6d1edd48f061243838e48 (diff) |
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
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/sylmain.c | 6 |
1 files changed, 0 insertions, 6 deletions
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) { |