diff options
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) { |